Use external prom server (#793)
This commit is contained in:
@@ -61,6 +61,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
|
||||
|
||||
lettuce-core = "io.lettuce:lettuce-core:5.2.2.RELEASE"
|
||||
|
||||
prom-exporter-server = "io.prometheus:prometheus-metrics-exporter-httpserver:1.5.0"
|
||||
micrometer-registry-prometheus = "io.micrometer:micrometer-registry-prometheus:1.16.0"
|
||||
micrometer-ctx-prop = "io.micrometer:context-propagation:1.2.0"
|
||||
|
||||
@@ -104,7 +105,7 @@ spring-boot-starter-actuator = { module = "org.springframework.boot:spring-boot-
|
||||
|
||||
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot" }
|
||||
|
||||
testcontainers = "org.testcontainers:testcontainers:1.21.3"
|
||||
testcontainers = "org.testcontainers:testcontainers:2.0.3"
|
||||
testcontainers-ganache = "io.github.ganchix:testcontainers-java-module-ganache:0.0.4"
|
||||
|
||||
assertj = "org.assertj:assertj-core:3.23.1"
|
||||
|
||||
Reference in New Issue
Block a user