1 write to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
586
_otlpServiceGrpcEndPointAccessor
??= CreateEndPointAccessor(endpointConfiguration);
4 references to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
89
get =>
_otlpServiceGrpcEndPointAccessor
?? throw new InvalidOperationException("WebApplication not started yet.");
325
if (
_otlpServiceGrpcEndPointAccessor
!= null)
328
_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}",
_otlpServiceGrpcEndPointAccessor
().GetResolvedAddress());
599
_frontendEndPointAccessor.Add(
_otlpServiceGrpcEndPointAccessor
);