2 references to GetEffectiveOtlpExporterAnnotation
Aspire.Hosting.Docker (2)
DockerComposeEnvironmentResource.cs (2)
387
var otlpExporter =
GetEffectiveOtlpExporterAnnotation
(resource);
415
if (
GetEffectiveOtlpExporterAnnotation
(resource) is not IReadOnlyDictionary<string, string> activationEnvironmentVariables)