1 write to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
750
_otlpServiceHttpEndPointAccessor
??= CreateEndPointAccessor(endpointConfiguration);
5 references to _otlpServiceHttpEndPointAccessor
Aspire.Dashboard (5)
DashboardWebApplication.cs (5)
114
get =>
_otlpServiceHttpEndPointAccessor
?? throw new InvalidOperationException("WebApplication not started yet.");
433
if (
_otlpServiceHttpEndPointAccessor
!= null)
436
_logger.LogInformation("OTLP/HTTP listening on: {OtlpEndpointUri}",
_otlpServiceHttpEndPointAccessor
().GetResolvedAddress());
439
if ((_otlpServiceGrpcEndPointAccessor != null ||
_otlpServiceHttpEndPointAccessor
!= null) &&
590
var otlpHttpAddress =
_otlpServiceHttpEndPointAccessor
?.Invoke().GetResolvedAddress(replaceIPAnyWithLocalhost: true);