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