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