Skip to content

Commit

Permalink
feat: SLO Hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Aug 30, 2024
1 parent dbcb6d7 commit 389fc78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HibernateApplication : CommandLineRunner {

override fun run(vararg args: String) {
val pushGateway = PushGateway.builder()
.job("slo")
.job("slo-hibernate")
.address("prometheus-pushgateway:9091")
.build()

Expand Down

0 comments on commit 389fc78

Please sign in to comment.