1 write to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
659_otlpServiceGrpcEndPointAccessor ??= CreateEndPointAccessor(endpointConfiguration);
3 references to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
94get => _otlpServiceGrpcEndPointAccessor ?? throw new InvalidOperationException("WebApplication not started yet."); 371if (_otlpServiceGrpcEndPointAccessor != null) 374_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}", _otlpServiceGrpcEndPointAccessor().GetResolvedAddress());