1 write to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
659
_otlpServiceGrpcEndPointAccessor
??= CreateEndPointAccessor(endpointConfiguration);
3 references to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
94
get =>
_otlpServiceGrpcEndPointAccessor
?? throw new InvalidOperationException("WebApplication not started yet.");
371
if (
_otlpServiceGrpcEndPointAccessor
!= null)
374
_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}",
_otlpServiceGrpcEndPointAccessor
().GetResolvedAddress());