3 references to ResolveOtlpEndpoint
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
729var (url, protocol) = OtlpEndpointResolver.ResolveOtlpEndpoint(_innerBuilder.Configuration);
OtlpConfigurationExtensions.cs (1)
85var (url, protocol) = OtlpEndpointResolver.ResolveOtlpEndpoint(configuration, otlpExporterAnnotation.RequiredProtocol);
src\Shared\OtlpEndpointResolver.cs (1)
78var (url, _) = ResolveOtlpEndpoint(configuration);