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