1 write to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
747
_otlpServiceGrpcEndPointAccessor
??= CreateEndPointAccessor(endpointConfiguration);
5 references to _otlpServiceGrpcEndPointAccessor
Aspire.Dashboard (5)
DashboardWebApplication.cs (5)
109
get =>
_otlpServiceGrpcEndPointAccessor
?? throw new InvalidOperationException("WebApplication not started yet.");
428
if (
_otlpServiceGrpcEndPointAccessor
!= null)
431
_logger.LogInformation("OTLP/gRPC listening on: {OtlpEndpointUri}",
_otlpServiceGrpcEndPointAccessor
().GetResolvedAddress());
439
if ((
_otlpServiceGrpcEndPointAccessor
!= null || _otlpServiceHttpEndPointAccessor != null) &&
589
var otlpGrpcAddress =
_otlpServiceGrpcEndPointAccessor
?.Invoke().GetResolvedAddress(replaceIPAnyWithLocalhost: true);