| [ Web Proxy ] |
| Viewing: https://java.testcontainers.org/supported_docker_environment/../../../modules/grafana/ | [Back] [Original] |
Testcontainers module for Grafana OTel LGTM.
You can start a Grafana OTel LGTM container instance from any Java application by using:
LgtmStackContainer lgtm = new LgtmStackContainer("grafana/otel-lgtm:0.11.1")
Add the following dependency to your pom.xml/build.gradle file:
testImplementation "org.testcontainers:testcontainers-grafana:2.0.5"
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-grafana</artifactId>
<version>2.0.5</version>
<scope>test</scope>
</dependency>
| Web Proxy Viewer | New URL | Original Page |