Add service connection from Opentelemetry Collector for Logging

Adds ConnectionDetails from Docker Compose and Testcontainers.

See gh-41324
This commit is contained in:
Eddú Meléndez
2024-07-04 19:27:08 -06:00
committed by Moritz Halbritter
parent 9a81796e62
commit 7adf843bfd
9 changed files with 238 additions and 1 deletions

View File

@@ -107,6 +107,9 @@ The following service connections are currently supported:
| `Neo4jConnectionDetails`
| Containers named "neo4j" or "bitnami/neo4j"
| `OtlpLoggingConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib"
| `OtlpMetricsConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib", "grafana/otel-lgtm"

View File

@@ -71,6 +71,9 @@ The following service connection factories are provided in the `spring-boot-test
| `Neo4jConnectionDetails`
| Containers of type `Neo4jContainer`
| `OtlpLoggingConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib"
| `OtlpMetricsConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib" or of type `LgtmStackContainer`