From 389fc78072f8b42ce0469c1ad698e62c07b25705 Mon Sep 17 00:00:00 2001 From: Kirill Kurdyukov Date: Fri, 30 Aug 2024 11:54:06 +0300 Subject: [PATCH] feat: SLO Hibernate --- .../main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt b/slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt index 6e3408d..e41571a 100644 --- a/slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt +++ b/slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt @@ -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()