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 70cdbba commit 9807350Copy full SHA for 9807350
slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt
@@ -20,7 +20,7 @@ class HibernateApplication : CommandLineRunner {
20
21
override fun run(vararg args: String) {
22
val pushGateway = PushGateway.builder()
23
- .job("slo-hibernate")
+ .job("workload-hibernate")
24
.address("prometheus-pushgateway:9091")
25
.build()
26
0 commit comments