1 write to SpanId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
445SpanId = link.SpanId,
3 references to SpanId
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
211if (json.SpanId is not null) 213link.SpanId = HexToByteString(json.SpanId);
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
234["span_id"] = OtlpHelpers.ToShortenedId(link.SpanId ?? string.Empty)