9 references to GetValue
Aspire.Dashboard (9)
Components\Controls\Chart\ChartContainer.razor.cs (1)
136var value = OtlpHelpers.GetValue(attributes, filter.Name);
Model\BrowserLinkOutgoingPeerResolver.cs (2)
38var url = OtlpHelpers.GetValue(attributes, "url.full") ?? OtlpHelpers.GetValue(attributes, "http.url");
Otlp\Model\OtlpHelpers.cs (5)
337var address = GetValue(values, OtlpSpan.PeerServiceAttributeKey); 344if (GetValue(values, OtlpSpan.ServerAddressAttributeKey) is { } server) 346if (GetValue(values, OtlpSpan.ServerPortAttributeKey) is { } serverPort) 354if (GetValue(values, OtlpSpan.NetPeerNameAttributeKey) is { } peer) 356if (GetValue(values, OtlpSpan.NetPeerPortAttributeKey) is { } peerPort)
Otlp\Model\OtlpLogEntry.cs (1)
105_ => log.Attributes.GetValue(field)