16 references to OtlpServiceGrpcEndPointAccessor
Aspire.Dashboard.Tests (16)
Integration\OtlpGrpcServiceTests.cs (10)
35using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 60using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 82using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 109using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 138using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 183using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory); 278using var channel = IntegrationTestHelpers.CreateGrpcChannel($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper); 314$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", 350$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", 389$"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}",
Integration\StartupTests.cs (6)
55AssertDynamicIPEndpoint(app.OtlpServiceGrpcEndPointAccessor); 89AssertDynamicIPEndpoint(app.OtlpServiceGrpcEndPointAccessor); 90AssertIPv4OrIPv6Endpoint(app.OtlpServiceGrpcEndPointAccessor); 93AssertIPv4OrIPv6Endpoint(app.OtlpServiceGrpcEndPointAccessor); 285Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port); 392Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.OtlpServiceGrpcEndPointAccessor().EndPoint.Port);