🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java Go

Description

Grafana is the open source analytics & monitoring solution for every database.

Examples

Dependency:
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>grafana</artifactId>
    <version>1.20.0</version>
    <scope>test</scope>
</dependency>
Usage:
var lgtm = new LgtmStackContainer("grafana/otel-lgtm:0.6.0");
lgtm.start();
Dependency:
go get github.com/testcontainers/testcontainers-go/modules/grafanalgtm
Usage:
grafanaLgtmContainer, err := grafanalgtm.Run(ctx, "grafana/otel-lgtm:0.6.0")