1 write to SpanId
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
610
SpanId
= e.SpanId,
2 references to SpanId
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
735
if (json.
SpanId
is not null)
737
exemplar.SpanId = HexToByteString(json.
SpanId
);