16 references to OtlpServiceGrpcEndPointAccessor
Aspire.Dashboard.Tests (16)
Integration\OtlpGrpcServiceTests.cs (10)
35
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
60
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
82
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
109
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
138
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", _testOutputHelper);
183
using var channel = IntegrationTestHelpers.CreateGrpcChannel($"http://{app.
OtlpServiceGrpcEndPointAccessor
().EndPoint}", loggerFactory);
278
using 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)
55
AssertDynamicIPEndpoint(app.
OtlpServiceGrpcEndPointAccessor
);
89
AssertDynamicIPEndpoint(app.
OtlpServiceGrpcEndPointAccessor
);
90
AssertIPv4OrIPv6Endpoint(app.
OtlpServiceGrpcEndPointAccessor
);
93
AssertIPv4OrIPv6Endpoint(app.
OtlpServiceGrpcEndPointAccessor
);
285
Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.
OtlpServiceGrpcEndPointAccessor
().EndPoint.Port);
392
Assert.Equal(app.FrontendSingleEndPointAccessor().EndPoint.Port, app.
OtlpServiceGrpcEndPointAccessor
().EndPoint.Port);