Skip to content

Commit

Permalink
fix alert example
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Sep 9, 2023
1 parent 6d193ef commit 979d71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ kubectl apply -n exporters -f your-file.yaml
```yaml
- alert: selectel_billing
expr: selectel_billing_final_sum{job="selectel_billing"} < 30000
expr: selectel_billing_final_sum{job="selectel_billing"} / 100 < 30000
for: 180s
labels:
severity: warning
Expand Down

0 comments on commit 979d71f

Please sign in to comment.