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