4 references to OtlpHttpEndpointName
Aspire.Hosting (3)
Dashboard\DashboardEventHandlers.cs (2)
434
dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: KnownEndpointNames.
OtlpHttpEndpointName
, uriScheme: address.Scheme, port: address.Port, isProxied: true)
655
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)
699
else if (endpoint.Name == KnownEndpointNames.
OtlpHttpEndpointName
)