3 references to OtlpGrpcEndpoint
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
494if (DashboardEnabled && Dashboard?.Resource.OtlpGrpcEndpoint is EndpointReference otlpGrpcEndpoint)
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesDeployTests.cs (2)
1833Assert.NotNull(dashboard.OtlpGrpcEndpoint); 1835Assert.Equal("otlp-grpc", dashboard.OtlpGrpcEndpoint.EndpointName);