mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
This will allow moving away from manually captured/edited mock API responses and start generating them by sending alerts & silences to a live Alertmanager instance
18 lines
362 B
YAML
18 lines
362 B
YAML
route:
|
|
group_by: ['alertname', 'cluster', 'service']
|
|
group_wait: 15s
|
|
group_interval: 35s
|
|
repeat_interval: 999h
|
|
receiver: default
|
|
|
|
inhibit_rules:
|
|
- source_match:
|
|
severity: 'critical'
|
|
target_match:
|
|
severity: 'warning'
|
|
# Apply inhibition if the alertname is the same.
|
|
equal: ['alertname', 'cluster', 'service']
|
|
|
|
receivers:
|
|
- name: 'default'
|