mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-15 17:50:48 +00:00
13 lines
503 B
YAML
13 lines
503 B
YAML
groups:
|
|
- name: igor
|
|
rules:
|
|
- alert: PollingMonitorItemsOverThreshold
|
|
annotations:
|
|
description: '{{ $labels.monitor }} polling monitor for {{ $labels.partition
|
|
}} threshold exceeded, preventing pipeline triggers.'
|
|
runbook_url: https://kb.armory.io/s/article/Hitting-Igor-s-caching-thresholds
|
|
summary: Polling monitor item threshold exceeded.
|
|
expr: sum by (monitor, partition) (pollingMonitor_itemsOverThreshold) > 0
|
|
for: 5m
|
|
labels:
|
|
severity: critical
|