🚨 Collection of Prometheus alerting rules
Find a file
Per Lundberg 00dd58eace
Fix Redis missing master query
The previous approach fails because of the "missing data" semantics in Prometheus. If the Redis server is down, PromQL will typically return "no data" instead of 0 for a `count()`; this is by design in Prometheus.

This suggestion as given by @slovdahl works around this by returning an vector with a single `0` entry in this case, making the query work as intended.
2020-11-25 16:06:05 +02:00
_data Fix Redis missing master query 2020-11-25 16:06:05 +02:00
_layouts adding github buttons to layout 2020-03-09 23:31:27 +01:00
assets feat(ui): adding copy buttons 2019-10-26 16:41:11 +02:00
.gitignore 🚀 2018-10-23 08:25:20 +02:00
.travis.yml 💄 awesome-lint 2019-02-11 22:09:50 +01:00
_config.yml Oops 2019-02-11 21:29:44 +01:00
alertmanager.md 💄 replacing "error" severity by "critical", repo wide 2020-05-14 17:20:19 +02:00
CNAME Create CNAME 2018-10-21 21:01:49 +02:00
CONTRIBUTING.md better contributing guidelines 2020-03-10 10:01:08 +01:00
docker-compose.yml feat(ui): adding copy buttons 2019-10-26 16:41:11 +02:00
Gemfile Jekyll based doc 2018-10-22 00:53:32 +02:00
Gemfile.lock Merge pull request #123 from samber/dependabot/bundler/activesupport-6.0.3.1 2020-10-11 18:22:13 +02:00
index.md Adding exporters: sidekiq, pgbouncer and thanos. 2020-03-09 21:18:56 +01:00
LICENSE Changing license 2019-02-11 21:05:55 +01:00
package.json 💄 awesome-lint 2019-02-11 22:09:50 +01:00
README.md adding alerts for Ceph 2020-03-17 18:50:36 +01:00
rules.md fix rule template: removing simple quotes, fixing #159 2020-10-23 10:53:04 +02:00

👋 Awesome Prometheus Alerts Awesome

Most alerting rules are common to every Prometheus setup. We need a place to find them all. 🤘 🚨 📊

Collection available here: https://awesome-prometheus-alerts.grep.to

Contents

🚨 Rules

Basic resource monitoring

Databases and brokers

Reverse proxies and load balancers

Runtimes

Orchestrators

Network and storage

Other

🤝 Contributing

Contributions from community (you!) are most welcome!

There are many ways to contribute: writing code, alerting rules, documentation, reporting issues, discussing better error tracking...

Instructions here

🏋️ Improvements

  • Create an alert rule builder in Jekyll for custom alerts (severity, thresholds, instances...)
  • Add resolution suggestions to rule descriptions, for faster incident resolution (#85).

💫 Show your support

Give a if this project helped you!

support us

👏 Thanks

Gratitude for the Gitlab operation team that provided 50+ rules. \o/

📝 License

CC4

Licensed under the Creative Commons 4.0 License, see LICENSE file for more detail.