1 write to Links
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
411Links = span.Links.Count > 0 ? span.Links.Select(ConvertSpanLink).ToArray() : null,
4 references to Links
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
167if (json.Links is not null) 169foreach (var link in json.Links)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (2)
229if (span.Links is { Length: > 0 }) 231var linkObjects = span.Links.Select(link => (JsonNode)new JsonObject