pom.xml
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-prometheus</artifactId>
<scope>test</scope>
</dependency>-
embedded.prometheus.enabled(true|false, default is true) -
embedded.prometheus.reuseContainer(true|false, default is false) -
embedded.prometheus.dockerImage(default is 'prom/prometheus:v3.7.3')-
Image versions on dockerhub
-
-
embedded.prometheus.networkAlias(default is 'prometheus') -
embedded.toxiproxy.proxies.prometheus.enabledEnables both creation of the container with ToxiProxy TCP proxy and a proxy to theembedded-prometheuscontainer.