4 references to OtlpHttpEndpointName
Aspire.Hosting (3)
Dashboard\DashboardEventHandlers.cs (2)
434dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: KnownEndpointNames.OtlpHttpEndpointName, uriScheme: address.Scheme, port: address.Port, isProxied: true) 655var otlpHttp = dashboardResource.GetEndpoint(KnownEndpointNames.OtlpHttpEndpointName, KnownNetworkIdentifiers.LocalhostNetwork);
Dcp\OtlpEndpointReferenceGatherer.cs (1)
57var httpEndpoint = dashboardEndpoints.FirstOrDefault(e => e.Name == KnownEndpointNames.OtlpHttpEndpointName);
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
699else if (endpoint.Name == KnownEndpointNames.OtlpHttpEndpointName)