Skip to content

Commit 5385227

Browse files
committed
fix: recording rule name does not match level:metric:operation format, must contain at least one colon
1 parent 1d70a80 commit 5385227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rules/rules.libsonnet

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
(import 'apps.libsonnet') +
33
(import 'kube_scheduler.libsonnet') +
44
(import 'node.libsonnet') +
5-
(import 'kubelet.libsonnet') +
6-
(import 'windows.libsonnet')
5+
(import 'kubelet.libsonnet')

0 commit comments

Comments
 (0)