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