1 write to TraceState
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
412
TraceState
= span.State
2 references to TraceState
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
123
if (json.
TraceState
is not null)
125
span.TraceState = json.
TraceState
;