mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
chore: alertmanager - adjust group labels
This commit is contained in:
@@ -61,12 +61,10 @@
|
|||||||
"alertgroup"
|
"alertgroup"
|
||||||
# --- kubernetes labels ---
|
# --- kubernetes labels ---
|
||||||
"namespace"
|
"namespace"
|
||||||
"service"
|
|
||||||
# --- custom labels ---
|
# --- custom labels ---
|
||||||
"cluster"
|
"cluster"
|
||||||
"env"
|
"env"
|
||||||
"type"
|
"type"
|
||||||
"host"
|
|
||||||
];
|
];
|
||||||
group_wait = "3m"; # wait for other alerts to "group by" before send notification
|
group_wait = "3m"; # wait for other alerts to "group by" before send notification
|
||||||
group_interval = "5m"; # wait for an interval, before send a new alert in the same group
|
group_interval = "5m"; # wait for an interval, before send a new alert in the same group
|
||||||
|
|||||||
Reference in New Issue
Block a user