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
I don't have an urgent issue, but I would like the OTLP exporter to set the span's trace_state field, to have the complete data represented in the OTLP trace.
Describe the solution you'd like:
I would like the OTLP exporter to set the TraceState property when converting the System.Diagnostics.Activity object to its corresponding OpenTelemetry.Proto.Trace.V1.Span object.
Describe alternatives you've considered.
None. The OTLP exporter alone is responsible for exporting the Activity in the form of an OTLP span.
Additional Context
I'm happy to submit a PR to implement this, but I wanted to know if there was a previous decision to omit this, or if this was just missed.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem?
I don't have an urgent issue, but I would like the OTLP exporter to set the span's trace_state field, to have the complete data represented in the OTLP trace.
Describe the solution you'd like:
I would like the OTLP exporter to set the
TraceState
property when converting theSystem.Diagnostics.Activity
object to its correspondingOpenTelemetry.Proto.Trace.V1.Span
object.Describe alternatives you've considered.
None. The OTLP exporter alone is responsible for exporting the Activity in the form of an OTLP span.
Additional Context
I'm happy to submit a PR to implement this, but I wanted to know if there was a previous decision to omit this, or if this was just missed.
The text was updated successfully, but these errors were encountered: