mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
fix #155
This commit is contained in:
parent
075d85b2d6
commit
23876f8c6b
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ groups:
|
|||
query: 'prometheus_sd_discovered_targets == 0'
|
||||
severity: critical
|
||||
- name: Prometheus target scraping slow
|
||||
description: Prometheus is scraping exporters slowly
|
||||
query: 'prometheus_target_interval_length_seconds{quantile="0.9"} > 60'
|
||||
description: Prometheus is scraping exporters slowly since it exceeded the requested interval time. Your Prometheus server is under-provisioned.
|
||||
query: 'prometheus_target_interval_length_seconds{quantile="0.9"} / on (interval, instance, job) prometheus_target_interval_length_seconds{quantile="0.5"} > 1.05'
|
||||
severity: warning
|
||||
for: 5m
|
||||
- name: Prometheus large scrape
|
||||
|
|
|
|||
Loading…
Reference in a new issue