17 references to OtlpServiceGrpcEndPointAccessor
Aspire.Dashboard.Tests (17)
Integration\HealthTests.cs (1)
22await MakeRequestAndAssert($"http://{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); 279using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 315$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", 351$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", 390$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
Integration\StartupTests.cs (6)
58AssertDynamicIPEndpoint(app.OtlpServiceGrpcEndPointAccessor); 92AssertDynamicIPEndpoint(app.OtlpServiceGrpcEndPointAccessor); 93AssertIPv4OrIPv6Endpoint(app.OtlpServiceGrpcEndPointAccessor); 96AssertIPv4OrIPv6Endpoint(app.OtlpServiceGrpcEndPointAccessor); 321Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port); 428Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port);