1 write to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
680_otlpServiceGrpcEndPointAccessor ??= CreateEndPointAccessor(endpointConfiguration);
4 references to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
95get => _otlpServiceGrpcEndPointAccessor ?? throw new InvalidOperationException("WebApplication not started yet."); 383if (_otlpServiceGrpcEndPointAccessor != null) 386_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress()); 400if ((_otlpServiceGrpcEndPointAccessor != null || _otlpServiceHttpEndPointAccessor != null) &&