4 references to GetValueWithFallback
Aspire.Dashboard (4)
Model\GenAI\GenAIHelpers.cs (1)
39return attributes.GetValueWithFallback(GenAISystem, GenAIProviderName) is { Length: > 0 };
Model\ResourceOutgoingPeerResolver.cs (1)
188var matchContext = new PeerMatchContext(resources, attributes.GetValueWithFallback(DatabaseNamespaceAttribute, DatabaseNameAttribute));
Otlp\Model\OtlpSpan.cs (2)
178if (span.Attributes.GetValueWithFallback("http.request.method", "http.method") is { Length: > 0 } httpMethod) 180var statusCode = span.Attributes.GetValueWithFallback("http.response.status_code", "http.status_code");