1 write to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
656_otlpServiceHttpEndPointAccessor ??= CreateEndPointAccessor(endpointConfiguration);
4 references to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
97get => _otlpServiceHttpEndPointAccessor ?? throw new InvalidOperationException("WebApplication not started yet."); 363if (_otlpServiceHttpEndPointAccessor != null) 366_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}", _otlpServiceHttpEndPointAccessor().GetResolvedAddress()); 669_frontendEndPointAccessor.Add(_otlpServiceHttpEndPointAccessor);