1 write to SpanId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
266
SpanId
= string.IsNullOrEmpty(log.SpanId) ? null : log.SpanId,
3 references to SpanId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
326
if (json.
SpanId
is not null)
328
logRecord.SpanId = HexToByteString(json.
SpanId
);
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
98
Assert.Equal("6566676835363738", logRecord.
SpanId
); // hex of UTF-8 bytes of "efgh5678"