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