diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 512da7837..424f5bfa0 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -33,7 +33,7 @@ may need to keep this in mind while developing; all code will need to be generateable into both module trees and runnable without asyncio (though there are some conversion scripts we run to make things a bit more ergonomic -- you're generally safe to write standard asyncio code and rely on the -conversation script). Feel free to ping a maintainer if you're having issues +conversion script). Feel free to ping a maintainer if you're having issues with this! To build and test against the ``gcloud-rest`` projects, you can run: diff --git a/pubsub/gcloud/aio/pubsub/metrics.py b/pubsub/gcloud/aio/pubsub/metrics.py index 64e18829f..247c833c0 100644 --- a/pubsub/gcloud/aio/pubsub/metrics.py +++ b/pubsub/gcloud/aio/pubsub/metrics.py @@ -35,6 +35,8 @@ namespace=_NAMESPACE, subsystem=_SUBSYSTEM, unit='seconds', + buckets=(.01, .1, .25, .5, 1.0, 2.5, 5.0, 7.5, 10.0, 20.0, + 30.0, 60.0, 120.0, float('inf')), ) BATCH_STATUS = prometheus_client.Counter( diff --git a/pubsub/poetry.rest.lock b/pubsub/poetry.rest.lock index 29a39eef2..bab32141f 100644 --- a/pubsub/poetry.rest.lock +++ b/pubsub/poetry.rest.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "backoff" diff --git a/pubsub/pyproject.rest.toml b/pubsub/pyproject.rest.toml index 8c7e68a50..357dbcb4f 100644 --- a/pubsub/pyproject.rest.toml +++ b/pubsub/pyproject.rest.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcloud-rest-pubsub" -version = "6.0.0" +version = "6.0.1" description = "Python Client for Google Cloud Pub/Sub" readme = "README.rst" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index cca1e33d5..f75f6ef86 100644 --- a/pubsub/pyproject.toml +++ b/pubsub/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcloud-aio-pubsub" -version = "6.0.0" +version = "6.0.1" description = "Python Client for Google Cloud Pub/Sub" readme = "README.rst"