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 6bd90ca commit 0aec7aeCopy full SHA for 0aec7ae
slo/hibernate/src/main/kotlin/tech/ydb/slo/hibernate/HibernateApplication.kt
@@ -19,10 +19,6 @@ class HibernateApplication : CommandLineRunner {
19
private lateinit var sloService: SloService
20
21
override fun run(vararg args: String) {
22
- if (args.isNotEmpty() && args[0] == "create") {
23
- return // Flyway created slo table
24
- }
25
-
26
val pushGateway = PushGateway.builder()
27
.job("hibernate-slo")
28
.address("prometheus-pushgateway:9091")
0 commit comments