3 references to GetValueWithFallback
Aspire.Dashboard (3)
Model\GenAI\GenAIHelpers.cs (1)
22return attributes.GetValueWithFallback(GenAISystem, GenAIProviderName) is { Length: > 0 };
Otlp\Model\OtlpSpan.cs (2)
176if (span.Attributes.GetValueWithFallback("http.request.method", "http.method") is { Length: > 0 } httpMethod) 178var statusCode = span.Attributes.GetValueWithFallback("http.response.status_code", "http.status_code");