16 references to OtlpServiceGrpcEndPointAccessor
Aspire.Dashboard.Tests (16)
Integration\HealthTests.cs (1)
25await MakeRequestAndAssert($"http://{fixture.App.OtlpServiceGrpcEndPointAccessor().EndPoint}", HttpVersion.Version20).DefaultTimeout();
Integration\OtlpGrpcServiceTests.cs (10)
34using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 59using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 81using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 108using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 137using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 184using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory); 285using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 321$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", 357$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", 396$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
Integration\StartupTests.cs (5)
94AssertDynamicIPEndpoint(app.OtlpServiceGrpcEndPointAccessor); 164AssertDynamicIPEndpoint(app.OtlpServiceGrpcEndPointAccessor); 165AssertIPv4OrIPv6Endpoint(app.OtlpServiceGrpcEndPointAccessor); 168AssertIPv4OrIPv6Endpoint(app.OtlpServiceGrpcEndPointAccessor); 405Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port);