Skip to content

Commit af3ac4e

Browse files
committed
Added back Prometheus.
1 parent f7ccee7 commit af3ac4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ dependencies {
4040
implementation("com.zaxxer:HikariCP")
4141
implementation("org.postgresql:postgresql")
4242

43+
implementation("io.micrometer:micrometer-registry-prometheus")
44+
4345
implementation("ch.qos.logback:logback-classic")
4446
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
4547
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")

0 commit comments

Comments
 (0)