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