2 writes to Links
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
410Links = span.Links.Count > 0 ? span.Links.Select(ConvertSpanLink).ToArray() : null,
OtlpJsonSerializerContext.OtlpSpanJson.g.cs (1)
319Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpSpanJson)obj).Links = value!,
5 references to Links
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
167if (json.Links is not null) 169foreach (var link in json.Links)
OtlpJsonSerializerContext.OtlpSpanJson.g.cs (1)
318Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpSpanJson)obj).Links,
src\Shared\ConsoleLogs\SharedAIHelpers.cs (2)
229if (span.Links is { Length: > 0 }) 231var linkObjects = span.Links.Select(link => (JsonNode)new JsonObject