16 references to OtlpServiceGrpcEndPointAccessor
Aspire.Dashboard.Tests (16)
Integration\OtlpGrpcServiceTests.cs (10)
34
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
59
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
81
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
108
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
137
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
184
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", loggerFactory);
279
using 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)
54
AssertDynamicIPEndpoint(app.
OtlpServiceGrpcEndPointAccessor
);
88
AssertDynamicIPEndpoint(app.
OtlpServiceGrpcEndPointAccessor
);
89
AssertIPv4OrIPv6Endpoint(app.
OtlpServiceGrpcEndPointAccessor
);
92
AssertIPv4OrIPv6Endpoint(app.
OtlpServiceGrpcEndPointAccessor
);
288
Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.
OtlpServiceGrpcEndPointAccessor
().EndPoint.Port);
395
Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.
OtlpServiceGrpcEndPointAccessor
().EndPoint.Port);