2 instantiations of OtlpExporterAnnotation
Aspire.Hosting (2)
OtlpConfigurationExtensions.cs (2)
29resource.Annotations.Add(new OtlpExporterAnnotation()); 48resource.Annotations.Add(new OtlpExporterAnnotation { RequiredProtocol = protocol });
3 references to OtlpExporterAnnotation
Aspire.Hosting (2)
OtlpConfigurationExtensions.cs (2)
66if (!resource.TryGetLastAnnotation<OtlpExporterAnnotation>(out var otlpExporterAnnotation))
Aspire.Hosting.Docker (1)
DockerComposeInfrastructure.cs (1)
107if (resource is IResourceWithEnvironment resourceWithEnv && resource.Annotations.OfType<OtlpExporterAnnotation>().Any())