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