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