2 writes to TraceId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
399
TraceId
= span.TraceId,
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
497
TraceId
= traceId,
4 references to TraceId
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
115
if (json.
TraceId
is not null)
117
span.TraceId = HexToByteString(json.
TraceId
);
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
181
var traceId = span.
TraceId
?? string.Empty;
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
318
Assert.Equal("7472616365313233343536373839303132", span.
TraceId
); // hex of UTF-8 bytes of "trace123456789012"