1 write to TraceId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
434
TraceId
= link.TraceId,
2 references to TraceId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
207
if (json.
TraceId
is not null)
209
link.TraceId = HexToByteString(json.
TraceId
);