-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
api: tracetype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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
Metadata
Metadata
Assignees
Labels
api: tracetype: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.