3 references to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
66get => _otlpServiceHttpEndPointAccessor ?? throw new InvalidOperationException("WebApplication not started yet."); 269if (_otlpServiceHttpEndPointAccessor != null) 272_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().Address);