doc: adding link from readme

This commit is contained in:
Samuel Berthe 2021-10-03 22:12:29 +02:00
parent 4e5fe06933
commit 9bf7438329
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 3 additions and 2 deletions

View file

@ -74,6 +74,7 @@ Collection available here: **[https://awesome-prometheus-alerts.grep.to](https:/
- [Thanos](https://awesome-prometheus-alerts.grep.to/rules#thanos)
- [Loki](https://awesome-prometheus-alerts.grep.to/rules#loki)
- [Promtail](https://awesome-prometheus-alerts.grep.to/rules#promtail)
- [Cortex](https://awesome-prometheus-alerts.grep.to/rules#cortex)
## 🤝 Contributing

View file

@ -2053,12 +2053,12 @@ groups:
description: The {{ $labels.job }} {{ $labels.route }} is experiencing {{ printf "%.2f" $value }}% errors.
query: '100 * sum(rate(promtail_request_duration_seconds_count{status_code=~"5..|failed"}[1m])) by (namespace, job, route, instance) / sum(rate(promtail_request_duration_seconds_count[1m])) by (namespace, job, route, instance) > 10'
severity: critical
for: 15m
for: 5m
- name: Promtail request latency
description: The {{ $labels.job }} {{ $labels.route }} is experiencing {{ printf "%.2f" $value }}s 99th percentile latency.
query: histogram_quantile(0.99, sum(rate(promtail_request_duration_seconds_bucket[5m])) by (le)) > 1
severity: critical
for: 15m
for: 5m
- name: Cortex
exporters:
- rules: