Grafana
Testcontainers module for Grafana OTel LGTM.
LGTM's usage examples
You can start a Grafana OTel LGTM container instance from any Java application by using:
LgtmStackContainer lgtm = new LgtmStackContainer("grafana/otel-lgtm:0.6.0")
Add the following dependency to your pom.xml
/build.gradle
file:
testImplementation "org.testcontainers:grafana:1.20.4"
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>grafana</artifactId>
<version>1.20.4</version>
<scope>test</scope>
</dependency>