Skip to content

Commit

Permalink
Fix MimirHPAReachedMaxReplicas opsrecipe link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Sep 16, 2024
1 parent 0020e12 commit a08fbc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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]

### Fixed

- Update `MimirHPAReachedMaxReplicas` opsrecipe link

## [4.15.1] - 2024-09-16

### Removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
- alert: MimirHPAReachedMaxReplicas
annotations:
description: '{{`Mimir ${ labels.horizontalpodautoscaler } HPA has reached maximum replicas and consume too much resources, it needs to be scaled up.`}}'
opsrecipe: mimir-ingester/
opsrecipe: mimir-hpa/
expr: |-
(
kube_horizontalpodautoscaler_status_desired_replicas{namespace="mimir"} >=
Expand Down

0 comments on commit a08fbc8

Please sign in to comment.