9 references to GetValue
Aspire.Dashboard (9)
Components\Controls\Chart\ChartContainer.razor.cs (1)
134var value = OtlpHelpers.GetValue(attributes, filter.Name);
Model\BrowserLinkOutgoingPeerResolver.cs (2)
38var url = OtlpHelpers.GetValue(attributes, "url.full") ?? OtlpHelpers.GetValue(attributes, "http.url");
Model\Otlp\LogFilter.cs (1)
110_ => x.Attributes.GetValue(Field)
Otlp\Model\OtlpHelpers.cs (5)
262var address = GetValue(values, OtlpSpan.PeerServiceAttributeKey); 269if (GetValue(values, OtlpSpan.ServerAddressAttributeKey) is { } server) 271if (GetValue(values, OtlpSpan.ServerPortAttributeKey) is { } serverPort) 279if (GetValue(values, OtlpSpan.NetPeerNameAttributeKey) is { } peer) 281if (GetValue(values, OtlpSpan.NetPeerPortAttributeKey) is { } peerPort)