Add service connection from Opentelemetry Collector for Logging
Adds ConnectionDetails from Docker Compose and Testcontainers. See gh-41324
This commit is contained in:
committed by
Moritz Halbritter
parent
9a81796e62
commit
7adf843bfd
@@ -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"
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user