6 references to GetDestination
Aspire.Dashboard (3)
Components\Controls\SpanDetails.razor.cs (1)
179
if (_viewModel.Span.
GetDestination
() is { } destination)
Model\SpanDetailsViewModel.cs (1)
29
if (span.
GetDestination
() is { } destination)
Model\TelemetryExportService.cs (1)
833
return span.
GetDestination
()?.ResourceKey.GetCompositeName() ?? span.Attributes.GetPeerAddress();
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\OtlpSpanTests.cs (3)
79
var destination = span.
GetDestination
();
99
var destination = span.
GetDestination
();
124
var destination = parentSpan.
GetDestination
();