Skip to content

Commit

Permalink
shows cortextool lint command for loki in alerting docs (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Sep 30, 2020
1 parent 6500f82 commit 499e4ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sources/alerting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ Because the rule files are identical to Prometheus rule files, we can interact w
An example workflow is included below:

```sh
# lint the rules.yaml file ensuring it's valid and reformatting it if necessary
cortextool rules lint --backend=loki ./output/rules.yaml
# diff rules against the currently managed ruleset in Loki
cortextool rules diff --rule-dirs=./output --backend=loki
Expand Down

0 comments on commit 499e4ef

Please sign in to comment.