1 write to TraceId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
611
TraceId
= e.TraceId,
2 references to TraceId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
739
if (json.
TraceId
is not null)
741
exemplar.TraceId = HexToByteString(json.
TraceId
);