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:v2.54.1')
-
Image versions on dockerhub
-
-
embedded.prometheus.networkAlias
(default is 'prometheus')
-
embedded.toxiproxy.proxies.prometheus.enabled
Enables both creation of the container with ToxiProxy TCP proxy and a proxy to theembedded-prometheus
container.