Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive authored Oct 28, 2024
1 parent b4f32a6 commit cfb942f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

```js
checks {
# This will disable promql/rate by default.
// This will disable promql/rate by default.
disabled = [ "promql/rate" ]
}
rule {
match {
path = "rules/critical/.*"
kind = "alerting"
}
# This will enable promql/rate only for Prometheus rules matching all our match conditions above.
// This will enable promql/rate only for Prometheus rules matching all our match conditions above.
enable = [ "promql/rate" ]
}
```
Expand Down

0 comments on commit cfb942f

Please sign in to comment.