Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pubsub): add opencensus metrics for outstanding messages/bytes #3690

Merged
merged 3 commits into from Feb 10, 2021

Conversation

hongalex
Copy link
Member

@hongalex hongalex commented Feb 9, 2021

This PR adds two more views that reports the number of outstanding messages/bytes that are held by the flow controller. The aim is to allow deeper insight into the number of inflight messages that have been acquired by the client but not yet processed. In addition, this also starts tracking outstanding bytes (bytesRemaining) in flow_controller.go

This feature is experimental and subject to change.

/cc @lahuang4

@hongalex hongalex requested review from a team as code owners February 9, 2021 20:34
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 9, 2021
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the Pub/Sub API. label Feb 9, 2021
@hongalex hongalex merged commit 4039b82 into googleapis:master Feb 10, 2021
@hongalex hongalex deleted the outstanding-oc branch February 10, 2021 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants