Skip to content

Commit 39aef0c

Browse files
rzetelskikamnonh
authored andcommitted
Fix malformed types in Prometheus rules
(cherry picked from commit d9b6887)
1 parent 9103cc5 commit 39aef0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus/prom_rules/prometheus.rules.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ groups:
192192
severity: "1"
193193
advisor: "cqlOptimization"
194194
dashboard: "cql"
195-
status: 1
195+
status: "1"
196196
annotations:
197197
description: 'Some SELECT queries are non-paged'
198198
summary: non paged statments
@@ -251,7 +251,7 @@ groups:
251251
for: 10s
252252
labels:
253253
severity: "1"
254-
status: 1
254+
status: "1"
255255
advisor: "balanced"
256256
dashboard: "cql"
257257
annotations:

0 commit comments

Comments
 (0)