1 write to TraceId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
444
TraceId
= link.TraceId,
3 references to TraceId
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
207
if (json.
TraceId
is not null)
209
link.TraceId = HexToByteString(json.
TraceId
);
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
233
["trace_id"] = OtlpHelpers.ToShortenedId(link.
TraceId
?? string.Empty),