1 write to TraceId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
265
TraceId
= string.IsNullOrEmpty(log.TraceId) ? null : log.TraceId,
3 references to TraceId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
322
if (json.
TraceId
is not null)
324
logRecord.TraceId = HexToByteString(json.
TraceId
);
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
97
Assert.Equal("61626364313233346162636431323334", logRecord.
TraceId
); // hex of UTF-8 bytes of "abcd1234abcd1234"