4 references to GetPeerAddress
Aspire.Dashboard (4)
Model\Otlp\SpanWaterfallViewModel.cs (2)
151var hasPeerService = OtlpHelpers.GetPeerAddress(span.Attributes) != null; 225return OtlpHelpers.GetPeerAddress(span.Attributes);
Model\ResourceOutgoingPeerResolver.cs (1)
152var address = OtlpHelpers.GetPeerAddress(attributes);
Otlp\Storage\TelemetryRepository.cs (1)
1110var hasPeerService = OtlpHelpers.GetPeerAddress(span.Attributes) != null;