🌐
GitHub
github.com › bdossantos › prometheus-alert-rules
GitHub - bdossantos/prometheus-alert-rules: Collection of Prometheus Alert Rules · GitHub
A curated collection of Prometheus alert rules and recording rules covering a wide range of systems and services.
Author: bdossantos
🌐
GitHub
github.com › samber › awesome-prometheus-alerts
GitHub - samber/awesome-prometheus-alerts: 🚨 Collection of Prometheus alerting rules
1,155+ production-ready Prometheus alerting rules for 93+ services — copy-paste YAML for Kubernetes, MySQL, Redis, Kafka, and more.
Author: samber
People also ask

How do I use these Prometheus alert rules?
Find the service you want to monitor, copy the YAML snippet for any rule, and paste it into your Prometheus rules file (e.g., alerts/my-service.yml). Reload Prometheus to apply the rules. Adjust thresholds to match your workload — the values provided are sensible defaults but may need tuning.
🌐
samber.github.io
samber.github.io › awesome-prometheus-alerts
Awesome Prometheus Alert Rules
What are Prometheus alerting rules?
Prometheus alerting rules are PromQL-based conditions evaluated by the Prometheus server. When a condition is true for a specified duration, an alert fires and is routed by AlertManager to receivers like Slack, PagerDuty, or email. Rules are defined as YAML files and cover metrics thresholds, absence of expected data, and rate-of-change conditions.
🌐
samber.github.io
samber.github.io › awesome-prometheus-alerts
Awesome Prometheus Alert Rules
What is the license for these alert rules?
The alert rules and content are licensed under Creative Commons CC BY 4.0 — you are free to use, adapt, and redistribute them, including commercially, as long as you provide attribution. The site source code is licensed under MIT. See the LICENSE file in the GitHub repository for details.
🌐
samber.github.io
samber.github.io › awesome-prometheus-alerts
Awesome Prometheus Alert Rules
🌐
GitHub
github.com › dcos › prometheus-alert-rules
GitHub - dcos/prometheus-alert-rules · GitHub
This repository is the home of the official DC/OS Prometheus alert rules.
Starred by 28 users
Forked by 40 users
🌐
Samber
samber.github.io › awesome-prometheus-alerts
Awesome Prometheus Alert Rules
October 21, 2018 - Collection of 1162 copy-pasteable Prometheus alerting rules for 94 services — covering databases, Kubernetes, cloud providers, message brokers, and more.
Author: Samuel Berthe
🌐
GitHub
github.com › jpweber › prometheus-alert-rules
GitHub - jpweber/prometheus-alert-rules: Collection of Prometheus Alert Rules · GitHub
Collection of Prometheus Alert Rules. Contribute to jpweber/prometheus-alert-rules development by creating an account on GitHub.
Author: jpweber
🌐
Samber
samber.github.io › home › rules
1162 Prometheus Alerting Rules for 94 Services | Awesome Prometheus Alerts
Browse 1162 Prometheus alerting rules across 94 services. Organized by category: databases, Kubernetes, cloud providers, message brokers, and more.
Find elsewhere
🌐
GitHub
github.com › vegasbrianc › prometheus › blob › master › prometheus › alert.rules
prometheus/prometheus/alert.rules at master · vegasbrianc/prometheus
rules: · # Alert for any instance that is unreachable for >2 minutes. - alert: service_down · expr: up == 0 · for: 2m · labels: severity: page · annotations: summary: "Instance {{ $labels.instance }} down" ...
Author: vegasbrianc
🌐
GitHub
github.com › giantswarm › prometheus-rules
GitHub - giantswarm/prometheus-rules: Giant Swarm Prometheus alerting and recording rules · GitHub
This repository serves as a centralized collection of Prometheus configurations for Giant Swarm's monitoring system. It includes: Alerting Rules: Definitions for monitoring and alerting across different teams and platforms
Author: giantswarm
Author: d2iq-archive
Author: stefanprodan
🌐
GitHub
github.com › prometheus › prometheus › blob › main › rules › alerting.go
prometheus/rules/alerting.go at main · prometheus/prometheus
The Prometheus monitoring system and time series database. - prometheus/rules/alerting.go at main · prometheus/prometheus
Author: prometheus
🌐
GitHub
github.com › yunlzheng › prometheus-book › blob › master › alert › prometheus-alert-rule.md
prometheus-book/alert/prometheus-alert-rule.md at master · yunlzheng/prometheus-book
Prometheus中的告警规则允许你基于PromQL表达式定义告警触发条件,Prometheus后端对这些触发规则进行周期性计算,当满足触发条件后则会触发告警通知。默认情况下,用户可以通过Promethe...
Author: yunlzheng
🌐
GitHub
github.com › prometheus › prometheus › blob › main › docs › configuration › alerting_rules.md
prometheus/docs/configuration/alerting_rules.md at main · prometheus/prometheus
Alerting rules allow you to define alert conditions based on Prometheus expression language expressions and to send notifications about firing alerts to an external service.
Author: prometheus
🌐
GitHub
github.com › jpweber › prometheus-alert-rules › blob › master › prometheus-alerts.yml
prometheus-alert-rules/prometheus-alerts.yml at master · jpweber/prometheus-alert-rules
June 28, 2016 - Collection of Prometheus Alert Rules. Contribute to jpweber/prometheus-alert-rules development by creating an account on GitHub.
Author: jpweber
🌐
GitHub
github.com › topics › prometheus-alerting-rules
prometheus-alerting-rules · GitHub Topics · GitHub
query awesome alert collection monitoring exporter grafana alerting prometheus alertmanager supervision rule promql alerting-rules prometheus-alerting-rules
🌐
GitHub
github.com › samber › awesome-prometheus-alerts › blob › master › _data › rules.yml
awesome-prometheus-alerts/_data/rules.yml at master · samber/awesome-prometheus-alerts
🚨 Collection of Prometheus alerting rules. Contribute to samber/awesome-prometheus-alerts development by creating an account on GitHub.
Author: samber
🌐
GitHub
github.com › alerta › prometheus-config › blob › master › config › prometheus.rules.yml
prometheus-config/config/prometheus.rules.yml at master · alerta/prometheus-config
rules: · # heartbeat alert · - alert: Heartbeat · expr: vector(1) labels: event: "Heartbeat" instance: "prometheus" monitor: "prometheus" severity: "major" timeout: "120" annotations: summary: "Heartbeat from prometheus" description: "Heartbeat from from prometheus" ·
Author: alerta