2 references to GetGrpcEndpointUri
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
140var isAllHttps = browserHttpsPort is not null && IsHttpsOrNull(dashboardOptions.Otlp.GetGrpcEndpointUri()) && IsHttpsOrNull(dashboardOptions.Otlp.GetHttpEndpointUri()); 444var otlpGrpcUri = dashboardOptions.Otlp.GetGrpcEndpointUri();