2 writes to SpanId
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
444SpanId = link.SpanId,
OtlpJsonSerializerContext.OtlpSpanLinkJson.g.cs (1)
79Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpSpanLinkJson)obj).SpanId = value!,
5 references to SpanId
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
211if (json.SpanId is not null) 213link.SpanId = HexToByteString(json.SpanId);
OtlpJsonSerializerContext.OtlpSpanLinkJson.g.cs (2)
78Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpSpanLinkJson)obj).SpanId, 191string __value_SpanId = ((global::Aspire.Otlp.Serialization.OtlpSpanLinkJson)value).SpanId;
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
234["span_id"] = OtlpHelpers.ToShortenedId(link.SpanId ?? string.Empty)