Skip to content

Commit c0b9c25

Browse files
committed
Add .pint exclusion
1 parent 2b73a15 commit c0b9c25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

windows-observ-lib/.pint.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//ignore smelly selectors only for specific disk alerts with legitimate volume filtering
2+
rule {
3+
match {
4+
kind = "alerting"
5+
name = "WindowsDiskAlmostOutOfSpace"
6+
}
7+
disable = ["promql/regexp"]
8+
}

0 commit comments

Comments
 (0)