Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase 'group_wait' to let time to inhibition alerts to be executed #1382

Merged
merged 10 commits into from
Sep 25, 2023
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Increase `group_wait` from AlertManager config to let more time to inhibition alerts to be executed.

## [4.50.0] - 2023-09-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion files/templates/alertmanager/alertmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
route:
group_by: [alertname, cluster_id, installation, status]
group_interval: 15m
group_wait: 30s
group_wait: 1m
repeat_interval: 4h
receiver: root

Expand Down
Loading