We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d193ef commit 979d71fCopy full SHA for 979d71f
README.md
@@ -110,7 +110,7 @@ kubectl apply -n exporters -f your-file.yaml
110
111
```yaml
112
- alert: selectel_billing
113
- expr: selectel_billing_final_sum{job="selectel_billing"} < 30000
+ expr: selectel_billing_final_sum{job="selectel_billing"} / 100 < 30000
114
for: 180s
115
labels:
116
severity: warning
0 commit comments