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