1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00
monitoring-mixins-website/assets/spinnaker/alerts.yaml
2020-11-06 09:39:30 +13:00

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