Support grafana/otel-lgtm from Docker Compose and LgtmStackContainer
from Testcontainers' Grafana module as a Service Connection for Metrics
and Tracing with Opentelemetry.
The image provides Loki, Grafana, Tempo, Mimir, Prometheus and Opentelemetry Collector installed, which is nice for local development.
This PR use Testcontainers for Java 1.20.0, which contains the brand new grafana module. The new version works well with previous spring boot versions as you can see here, so, would be great to port it to 3.2.x and 3.3.x branches as well.
Thanks!
Comment From: snicoll
This PR use Testcontainers for Java 1.20.0, which contains the brand new grafana module. The new version works well with previous spring boot versions as you can see here, so, would be great to port it to 3.2.x and 3.3.x branches as well.
Thanks for the suggestion but our upgrade policy states we won't upgrade to a new feature release in a maintenance release of Spring Boot. I've upgraded to 1.20.0 on main in a separate issue.
Comment From: snicoll
Thanks again @eddumelendez