mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
* Update google-cadvisor.yml
Expression Explanation:
The expression calculates the absolute change in CPU usage for containers by comparing the current rate of CPU usage (within the last 1 minute) with the rate of CPU usage from the previous minute. If this change exceeds 25%, the alert is triggered. Additionally, it compares the current rate of CPU usage with the rate from the previous 5 minutes to capture larger trends. If any of these conditions are met, the alert fires.
Alert Details:
- Alert Name: ContainerHighLowChangeCpuUsage
- Trigger Condition: Absolute change in CPU usage exceeding 25%
- Alert Severity: Informational (info)
* Add alert rule for high CPU usage change
* Change alert severity from warning to info
---------
Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
|
||
|---|---|---|
| .. | ||
| apache | ||
| apc-ups | ||
| argocd | ||
| blackbox | ||
| caddy | ||
| cassandra | ||
| ceph | ||
| clickhouse | ||
| cloudflare | ||
| consul | ||
| coredns | ||
| cortex | ||
| docker-containers | ||
| elasticsearch | ||
| etcd | ||
| freeswitch | ||
| grafana-alloy | ||
| graph-node | ||
| hadoop | ||
| haproxy | ||
| hashicorp-vault | ||
| host-and-hardware | ||
| istio | ||
| jenkins | ||
| juniper | ||
| jvm | ||
| kafka | ||
| kubernetes | ||
| linkerd | ||
| loki | ||
| meilisearch | ||
| minio | ||
| mongodb | ||
| mysql | ||
| nats | ||
| netdata | ||
| nginx | ||
| nomad | ||
| openebs | ||
| patroni | ||
| pgbouncer | ||
| php-fpm | ||
| postgresql | ||
| prometheus-self-monitoring | ||
| promtail | ||
| pulsar | ||
| rabbitmq | ||
| redis | ||
| s.m.a.r.t-device-monitoring | ||
| sidekiq | ||
| solr | ||
| speedtest | ||
| sql-server | ||
| ssl/tls | ||
| thanos | ||
| traefik | ||
| vmware | ||
| windows-server | ||
| zfs | ||
| zookeeper | ||