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 f7ccee7 commit af3ac4eCopy full SHA for af3ac4e
build.gradle.kts
@@ -40,6 +40,8 @@ dependencies {
40
implementation("com.zaxxer:HikariCP")
41
implementation("org.postgresql:postgresql")
42
43
+ implementation("io.micrometer:micrometer-registry-prometheus")
44
+
45
implementation("ch.qos.logback:logback-classic")
46
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
47
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
0 commit comments