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