1 write to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
662
_otlpServiceHttpEndPointAccessor
??= CreateEndPointAccessor(endpointConfiguration);
3 references to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
99
get =>
_otlpServiceHttpEndPointAccessor
?? throw new InvalidOperationException("WebApplication not started yet.");
376
if (
_otlpServiceHttpEndPointAccessor
!= null)
379
_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}",
_otlpServiceHttpEndPointAccessor
().GetResolvedAddress());