1 write to Links
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
401Links = span.Links.Count > 0 ? span.Links.Select(ConvertSpanLink).ToArray() : null,
2 references to Links
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
167if (json.Links is not null) 169foreach (var link in json.Links)