-
Notifications
You must be signed in to change notification settings - Fork 230
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
Add OpenTelemetry Support #1061
Comments
@sethmaxwl You're working on this, right? Just trying to get it assigned to the right person. |
@feywind Yes I am. |
I cannot wait for this feature :) Thanks for working on this! It would be great to even pass through your own custom HTTP headers, from where you can set the traceparent property in order to propgate it manually. We're currently doing this with Cloud Tasks and it works great. |
Hi, Thanks for all the good work on supporting OpenTelemetry! Is the tracing limited to the use of |
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 439356405 Source-Link: googleapis/googleapis@afa2ba1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/3e40c17e1510c95fab58fc2143ccb61cceca5989 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2U0MGMxN2UxNTEwYzk1ZmFiNThmYzIxNDNjY2I2MWNjZWNhNTk4OSJ9 docs: Update `cpu_utilization_percent` limit docs: Remove the limitation of all clusters in a CMEK instance must use the same key PiperOrigin-RevId: 438385300 Source-Link: googleapis/googleapis@c59f02e Source-Link: https://github.com/googleapis/googleapis-gen/commit/04d03d17aafa7b4422f73c93600f040542817fcd Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDRkMDNkMTdhYWZhN2I0NDIyZjczYzkzNjAwZjA0MDU0MjgxN2ZjZCJ9
🤖 I have created a release *beep* *boop* --- ## [3.10.0](googleapis/nodejs-bigtable@v3.9.4...v3.10.0) (2022-04-06) ### Features * Add ListHotTablets API method and protobufs ([googleapis#1057](googleapis/nodejs-bigtable#1057)) ([2b175ac](googleapis/nodejs-bigtable@2b175ac)) * AuditConfig for IAM v1 ([googleapis#1061](googleapis/nodejs-bigtable#1061)) ([d1b5f1a](googleapis/nodejs-bigtable@d1b5f1a)) * enable channel pooling ([googleapis#1065](googleapis/nodejs-bigtable#1065)) ([6c3c397](googleapis/nodejs-bigtable@6c3c397)) ### Bug Fixes * disable retry-request, add exponential backoff in mutateRows and readRows ([googleapis#1060](googleapis/nodejs-bigtable#1060)) ([3718011](googleapis/nodejs-bigtable@3718011)) * retry rst_stream errors ([googleapis#1059](googleapis/nodejs-bigtable#1059)) ([90de80f](googleapis/nodejs-bigtable@90de80f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
OpenTelemetry should be added to PubSub to provide OpenTracing and OpenCensus functionality as one API and SDK. It would be helpful to use it to trace a message throughout its life cycle. This is being added to the Python Pub/Sub client and would be useful to have in the node client as well.
googleapis/python-pubsub#149
The text was updated successfully, but these errors were encountered: