5 references to OtlpGrpcEndpointName
Aspire.Hosting (3)
Dashboard\DashboardEventHandlers.cs (2)
425dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: KnownEndpointNames.OtlpGrpcEndpointName, uriScheme: address.Scheme, port: address.Port, isProxied: true, transport: "http2") 649var otlpGrpc = dashboardResource.GetEndpoint(KnownEndpointNames.OtlpGrpcEndpointName, KnownNetworkIdentifiers.LocalhostNetwork);
Dcp\OtlpEndpointReferenceGatherer.cs (1)
56var grpcEndpoint = dashboardEndpoints.FirstOrDefault(e => e.Name == KnownEndpointNames.OtlpGrpcEndpointName);
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
142var otlpGrpcEndpoint = new EndpointReference(dashboardResource, KnownEndpointNames.OtlpGrpcEndpointName);
Dashboard\DashboardResourceTests.cs (1)
695if (endpoint.Name == KnownEndpointNames.OtlpGrpcEndpointName)