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