Skip to content

Commit cd29504

Browse files
feat: SLO Hibernate
1 parent dbd64af commit cd29504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HibernateApplication : CommandLineRunner {
2020

2121
override fun run(vararg args: String) {
2222
val pushGateway = PushGateway.builder()
23-
.job("slo-hibernate")
23+
.job("workload-hibernate")
2424
.address("prometheus-pushgateway:9091")
2525
.build()
2626

0 commit comments

Comments
 (0)