3 references to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
87
get =>
_otlpServiceGrpcEndPointAccessor
?? throw new InvalidOperationException("WebApplication not started yet.");
312
if (
_otlpServiceGrpcEndPointAccessor
!= null)
315
_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}",
_otlpServiceGrpcEndPointAccessor
().GetResolvedAddress());