Skip to content

Commit

Permalink
Increase 'group_wait' to let time to inhibition alerts to be executed (
Browse files Browse the repository at this point in the history
…#1382)

* Increase 'group_wait' to let time to inhibition alerts to be executed

* Fix notification-template

* Fix notification-template

* Add hasPrefix function to rendering template

* Add hasPrefix function to rendering template

* Add hasPrefix function to rendering template

---------

Co-authored-by: Quentin Bisson <[email protected]>
  • Loading branch information
marieroque and QuentinBisson authored Sep 25, 2023
1 parent e288361 commit 6d13c66
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
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

0 comments on commit 6d13c66

Please sign in to comment.