1 instantiation of OtlpExporterAnnotation
Aspire.Hosting (1)
OtlpConfigurationExtensions.cs (1)
33resource.Annotations.Add(new OtlpExporterAnnotation());
1 reference to OtlpExporterAnnotation
Aspire.Hosting.Docker (1)
DockerComposeInfrastructure.cs (1)
87if (resource is IResourceWithEnvironment resourceWithEnv && resource.Annotations.OfType<OtlpExporterAnnotation>().Any())