1 write to SpanId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
274
SpanId
= string.IsNullOrEmpty(log.SpanId) ? null : log.SpanId,
4 references to SpanId
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
326
if (json.
SpanId
is not null)
328
logRecord.SpanId = HexToByteString(json.
SpanId
);
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
595
["span_id"] = OtlpHelpers.ToShortenedId(logEntry.LogRecord.
SpanId
?? string.Empty),
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
90
Assert.Equal("6566676835363738", logRecord.
SpanId
); // hex of UTF-8 bytes of "efgh5678"