Add support for Grafana LGTM stack

See gh-41551
This commit is contained in:
Eddú Meléndez
2024-07-17 12:41:12 -05:00
committed by Stéphane Nicoll
parent f11dc544b6
commit 9eff627eb2
14 changed files with 416 additions and 6 deletions

View File

@@ -108,10 +108,10 @@ The following service connections are currently supported:
| Containers named "neo4j" or "bitnami/neo4j"
| `OtlpMetricsConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib"
| Containers named "otel/opentelemetry-collector-contrib", "grafana/otel-lgtm"
| `OtlpTracingConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib"
| Containers named "otel/opentelemetry-collector-contrib", "grafana/otel-lgtm"
| `PulsarConnectionDetails`
| Containers named "apachepulsar/pulsar"

View File

@@ -72,10 +72,10 @@ The following service connection factories are provided in the `spring-boot-test
| Containers of type `Neo4jContainer`
| `OtlpMetricsConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib"
| Containers named "otel/opentelemetry-collector-contrib" or `LgtmStackContainer`
| `OtlpTracingConnectionDetails`
| Containers named "otel/opentelemetry-collector-contrib"
| Containers named "otel/opentelemetry-collector-contrib" or `LgtmStackContainer`
| `PulsarConnectionDetails`
| Containers of type `PulsarContainer`