Skip to content

Commit

Permalink
Improve stable-testing blackhole routing of alerts (#1488)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored Jan 19, 2024
1 parent c719bcb commit acc5597
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 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

- Improved the blackhole routing for `stable-testing` MCs to silence more alerts related to test WCs

## [4.63.1] - 2023-12-12

### Fixed
Expand Down
9 changes: 9 additions & 0 deletions files/templates/alertmanager/alertmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ route:
matchers:
- cluster_type="workload_cluster"
continue: false
- receiver: blackhole
matchers:
- cluster_id=~"t-.*"
continue: false
- receiver: blackhole
matchers:
- alertname=~"WorkloadClusterApp.*"
Expand All @@ -30,6 +34,10 @@ route:
matchers:
- alertname="PrometheusMetaOperatorReconcileErrors"
continue: false
- receiver: blackhole
matchers:
- alertname="ClusterUnhealthyPhase"
continue: false
- receiver: blackhole
matchers:
- alertname="ClusterUnhealthyPhase"
Expand All @@ -41,6 +49,7 @@ route:
matchers:
- alertname="ManagementClusterAppFailed"
- namespace=~"org-.*"
continue: false
[[- end ]]

# Falco noise Slack
Expand Down

0 comments on commit acc5597

Please sign in to comment.