-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
trace: Support for opentelemetry tracing #2205
Labels
api: trace
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
codyoss
added
api: trace
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
and removed
triage me
I really want to be triaged.
labels
May 20, 2020
@cmouli84 thanks for your interest in tracing. This client is auto-generated. If you would like a feature added to it the best place to express that would be https://issuetracker.google.com/issues/new?component=187216&template=0. |
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
Oct 6, 2023
Add GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag for opt-in OpenTelemetry tracing. refs: googleapis#2205
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
Oct 23, 2023
Add GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag for opt-in OpenTelemetry tracing. refs: googleapis#2205
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
Oct 24, 2023
Add GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag for opt-in OpenTelemetry tracing. refs: googleapis#2205
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
Oct 26, 2023
Add GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag for opt-in OpenTelemetry tracing. refs: googleapis#2205
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
Oct 27, 2023
Add GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag for opt-in OpenTelemetry tracing. refs: googleapis#2205
quartzmo
added a commit
that referenced
this issue
Nov 10, 2023
Add GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag for opt-in OpenTelemetry tracing. refs: #2205
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Nov 29, 2023
🤖 I have created a release *beep* *boop* --- ## [0.111.0](https://togithub.com/googleapis/google-cloud-go/compare/v0.110.10...v0.111.0) (2023-11-29) ### Features * **internal/trace:** Add OpenTelemetry support ([#8655](https://togithub.com/googleapis/google-cloud-go/issues/8655)) ([7a46b54](https://togithub.com/googleapis/google-cloud-go/commit/7a46b5428f239871993d66be2c7c667121f60a6f)), refs [#2205](https://togithub.com/googleapis/google-cloud-go/issues/2205) ### Bug Fixes * **all:** Bump google.golang.org/api to v0.149.0 ([#8959](https://togithub.com/googleapis/google-cloud-go/issues/8959)) ([8d2ab9f](https://togithub.com/googleapis/google-cloud-go/commit/8d2ab9f320a86c1c0fab90513fc05861561d0880)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
May 30, 2024
* Change default for GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag to OpenTelemetry. * See https://github.com/googleapis/google-cloud-go/blob/main/debug.md\#telemetry refs: googleapis#2205 refs: googleapis#8655
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
May 31, 2024
* Change default for `GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING` env var flag to OpenTelemetry. * See https://togithub.com/googleapis/google-cloud-go/blob/main/debug.md\#telemetry refs: #2205 refs: #8655
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Jun 12, 2024
🤖 I have created a release *beep* *boop* --- ## [0.115.0](https://togithub.com/googleapis/google-cloud-go/compare/v0.114.0...v0.115.0) (2024-06-12) ### Features * **internal/trace:** Deprecate OpenCensus support ([#10287](https://togithub.com/googleapis/google-cloud-go/issues/10287)) ([430ce8a](https://togithub.com/googleapis/google-cloud-go/commit/430ce8adea2d0be43461e2ca783b7c17794e983f)), refs [#2205](https://togithub.com/googleapis/google-cloud-go/issues/2205) [#8655](https://togithub.com/googleapis/google-cloud-go/issues/8655) ### Bug Fixes * **internal/postprocessor:** Use approved image tag ([#10341](https://togithub.com/googleapis/google-cloud-go/issues/10341)) ([a388fe5](https://togithub.com/googleapis/google-cloud-go/commit/a388fe5cf075d0af986861c70dcb7b9f97c31019)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: trace
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
I am instrumenting trace using opentelemetry library in application that uses google cloud resources. Since google cloud library instruments trace using opencensus, I do not see spans for interactions with google cloud resources (e.g. cloud.google.com/go/spanner.ReadWriteTransaction)
Describe the solution you'd like
Trace package to be updated to propagate both opencensus and opentelemetry Span in context and export it to registered Exporter/SpanProcessor
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: