We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26e8ae commit ebe3d61Copy full SHA for ebe3d61
build.gradle.kts
@@ -38,6 +38,7 @@ dependencies {
38
implementation("com.zaxxer:HikariCP")
39
implementation("org.postgresql:postgresql")
40
41
+ implementation("io.micrometer:micrometer-registry-prometheus")
42
implementation("ch.qos.logback:logback-classic:1.2.6")
43
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
44
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
0 commit comments