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