2 writes to TraceId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
389
TraceId
= span.TraceId,
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
550
TraceId
= traceId,
3 references to TraceId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
115
if (json.
TraceId
is not null)
117
span.TraceId = HexToByteString(json.
TraceId
);
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
329
Assert.Equal("7472616365313233343536373839303132", span.
TraceId
); // hex of UTF-8 bytes of "trace123456789012"