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

trace: Support for opentelemetry tracing #2205

Closed
cmouli84 opened this issue May 20, 2020 · 1 comment
Closed

trace: Support for opentelemetry tracing #2205

cmouli84 opened this issue May 20, 2020 · 1 comment
Assignees
Labels
api: trace type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@cmouli84
Copy link

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

@cmouli84 cmouli84 added the triage me I really want to be triaged. label May 20, 2020
@codyoss 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
@codyoss
Copy link
Member

codyoss commented 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.
Thanks.

@codyoss codyoss closed this as completed May 20, 2020
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
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.
Projects
None yet
Development

No branches or pull requests

2 participants