Skip to content

Shorten custom metric type used for system testing.#2213

Merged
tseaver merged 1 commit intogoogleapis:masterfrom
tseaver:monitoring-shorten-descriptor-names
Aug 27, 2016
Merged

Shorten custom metric type used for system testing.#2213
tseaver merged 1 commit intogoogleapis:masterfrom
tseaver:monitoring-shorten-descriptor-names

Conversation

@tseaver
Copy link
Copy Markdown
Contributor

@tseaver tseaver commented Aug 27, 2016

When run on Travis, the unique_resource_id() function causes the type name to exceed 40 characters: reducing the prefix length empirically allows the create() | delete() pair to work as intended.

Towards #2176.

When run on Travis, the 'unique_resource_id()' function causes the type
name to exceed 40 characters:  reducing the prefix length empirically
allows the 'create()' | 'delete()' pair to work as intended.
@tseaver tseaver added api: monitoring Issues related to the Cloud Monitoring API. flaky labels Aug 27, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 27, 2016
@dhermes
Copy link
Copy Markdown
Contributor

dhermes commented Aug 27, 2016

OK a 500 was totally the wrong error. LGTM

@tseaver tseaver merged commit 3784293 into googleapis:master Aug 27, 2016
@tseaver tseaver deleted the monitoring-shorten-descriptor-names branch August 27, 2016 12:30
@rimey
Copy link
Copy Markdown
Contributor

rimey commented Aug 27, 2016

The conversation above could give the mistaken impression that the limit imposed by the API on the length of metric type names is 40 characters, so I'd just like to clarify that the limit is supposed to be 100 characters.

@dhermes
Copy link
Copy Markdown
Contributor

dhermes commented Aug 29, 2016

Similarly, the 500 gives the mistaken impression that the error is transient.

@rimey
Copy link
Copy Markdown
Contributor

rimey commented Aug 29, 2016

Why would a 500 give the impression that the error is transient?

@dhermes
Copy link
Copy Markdown
Contributor

dhermes commented Aug 29, 2016

"500 Internal Server Error" indicates the backend failed to handle the request. I guess as a user I just assume a Google API won't fail to handle the same valid request on a consistent basis.

@dhermes dhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Apr 1, 2026
* feat: add DataFrame.resample and Series.resample

* raise for unsupported values

* add docstrings

* fix dataframe tests
parthea pushed a commit that referenced this pull request Apr 1, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.29.0](googleapis/python-bigquery-dataframes@v2.28.0...v2.29.0)
(2025-11-10)


### Features

* Add bigframes.bigquery.st_regionstats to join raster data from Earth
Engine
([#2228](googleapis/python-bigquery-dataframes#2228))
([10ec52f](googleapis/python-bigquery-dataframes@10ec52f))
* Add DataFrame.resample and Series.resample
([#2213](googleapis/python-bigquery-dataframes#2213))
([c9ca02c](googleapis/python-bigquery-dataframes@c9ca02c))
* SQL Cell no longer escapes formatted string values
([#2245](googleapis/python-bigquery-dataframes#2245))
([d2d38f9](googleapis/python-bigquery-dataframes@d2d38f9))
* Support left_index and right_index for merge
([#2220](googleapis/python-bigquery-dataframes#2220))
([da9ba26](googleapis/python-bigquery-dataframes@da9ba26))


### Bug Fixes

* Correctly iterate over null struct values in ManagedArrowTable
([#2209](googleapis/python-bigquery-dataframes#2209))
([12e04d5](googleapis/python-bigquery-dataframes@12e04d5))
* Simplify UnsupportedTypeError message
([#2212](googleapis/python-bigquery-dataframes#2212))
([6c9a18d](googleapis/python-bigquery-dataframes@6c9a18d))
* Support results with STRUCT and ARRAY columns containing JSON
subfields in `to_pandas_batches()`
([#2216](googleapis/python-bigquery-dataframes#2216))
([3d8b17f](googleapis/python-bigquery-dataframes@3d8b17f))


### Documentation

* Switch API reference docs to pydata theme
([#2237](googleapis/python-bigquery-dataframes#2237))
([9b86dcf](googleapis/python-bigquery-dataframes@9b86dcf))
* Update notebook for JSON subfields support in to_pandas_batches()
([#2138](googleapis/python-bigquery-dataframes#2138))
([5663d2a](googleapis/python-bigquery-dataframes@5663d2a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: monitoring Issues related to the Cloud Monitoring API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants