mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
10 lines
285 B
YAML
10 lines
285 B
YAML
|
groups:
|
||
|
- name: AnomalyExample
|
||
|
rules:
|
||
|
- alert: HighAnomalyScore
|
||
|
expr: 'anomaly_score > 1.0'
|
||
|
labels:
|
||
|
severity: warning
|
||
|
annotations:
|
||
|
summary: Anomaly Score exceeded 1.0. `rate(node_cpu_seconds_total)` is showing abnormal behavior.
|