You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…try#450)
Remove setting of TracerProvider in samples where it is actually not needed as the global TracerProvider should be preferred on default.
I found it also inconsistent to set a TracerProvider but no MeterProvider.
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Naseem <naseem@transit.app>
Add a
IsRemote
field toSpanContext
and set totrue
when deserializing a propagated SpanContext (from a remote parent).Original issue: open-telemetry/opentelemetry-specification#187
SpanContext based on specs: https://github.com/tsloughter/opentelemetry-specification/blob/45ee51310c4f8504cbdcdc4c2c460f13ede7a394/specification/api-tracing.md#spancontext
The text was updated successfully, but these errors were encountered: