Polish "Add service connection from Opentelemetry Collector for Logging"

See gh-41324
This commit is contained in:
Moritz Halbritter
2024-09-06 10:20:15 +02:00
parent 7adf843bfd
commit 8fc1bca56c
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ class OpenTelemetryLoggingDockerComposeConnectionDetailsFactoryIntegrationTests
@DockerComposeTest(composeFile = "otlp-compose.yaml", image = TestImage.OPENTELEMETRY)
void runCreatesConnectionDetails(OtlpLoggingConnectionDetails connectionDetails) {
assertThat(connectionDetails.getEndpoint()).startsWith("http://").endsWith("/v1/logs");
assertThat(connectionDetails.getUrl()).startsWith("http://").endsWith("/v1/logs");
}
}