2 references to GetEffectiveOtlpExporterAnnotation
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentResource.cs (2)
551
var otlpExporter =
GetEffectiveOtlpExporterAnnotation
(resource);
578
if (
GetEffectiveOtlpExporterAnnotation
(resource) is not IReadOnlyDictionary<string, string> activationEnvironmentVariables)