3 references to OtlpGrpcEndpointName
Aspire.Hosting (2)
Dashboard\DashboardLifecycleHook.cs (2)
193dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: OtlpGrpcEndpointName, uriScheme: address.Scheme, port: address.Port, isProxied: true, transport: "http2") 357var otlpGrpc = dashboardResource.GetEndpoint(OtlpGrpcEndpointName);
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
552if (endpoint.Name == DashboardLifecycleHook.OtlpGrpcEndpointName)