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