1 write to SpanId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
435
SpanId
= link.SpanId,
2 references to SpanId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
211
if (json.
SpanId
is not null)
213
link.SpanId = HexToByteString(json.
SpanId
);