testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
7.99k stars 1.64k forks source link

Add grafana module #8851

Closed eddumelendez closed 2 months ago

eddumelendez commented 3 months ago

Add Grafana Otel LGTM container implementation.

Expose ports for Grafana (3000), OTLP GRPC (4317), OTLP HTTP (4318) and Prometheus (9090). Also, utility methods to get URLs.