Skip to content

Commit 0aec7ae

Browse files
feat: SLO Hibernate
1 parent 6bd90ca commit 0aec7ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ class HibernateApplication : CommandLineRunner {
1919
private lateinit var sloService: SloService
2020

2121
override fun run(vararg args: String) {
22-
if (args.isNotEmpty() && args[0] == "create") {
23-
return // Flyway created slo table
24-
}
25-
2622
val pushGateway = PushGateway.builder()
2723
.job("hibernate-slo")
2824
.address("prometheus-pushgateway:9091")

0 commit comments

Comments
 (0)