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