1 write to TraceState
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
446
TraceState
= link.TraceState,
2 references to TraceState
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
215
if (json.
TraceState
is not null)
217
link.TraceState = json.
TraceState
;