4 references to GetPeerAddress
Aspire.Dashboard (4)
Model\Otlp\SpanWaterfallViewModel.cs (2)
147var hasPeerService = OtlpHelpers.GetPeerAddress(span.Attributes) != null; 195return OtlpHelpers.GetPeerAddress(span.Attributes);
Model\ResourceOutgoingPeerResolver.cs (1)
104var address = OtlpHelpers.GetPeerAddress(attributes);
Otlp\Storage\TelemetryRepository.cs (1)
1073var hasPeerService = OtlpHelpers.GetPeerAddress(span.Attributes) != null;