Skip to content

Commit

Permalink
Runbooks: Add steps for checking Prometheus CPU (#10257)
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 authored Dec 16, 2024
1 parent ab55f55 commit 190618a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
### Documentation

* [CHANGE] Add production tips related to cache size, heavy multi-tenancy and latency spikes. #9978
* [ENHANCEMENT] Update `MimirAutoscalerNotActive` and `MimirAutoscalerKedaFailing` runbooks, with an instruction to check whether Prometheus has enough CPU allocated. #10257

### Tools

Expand Down
2 changes: 2 additions & 0 deletions docs/sources/mimir/manage/mimir-runbooks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ How to **investigate**:
# Assuming Prometheus is running in namespace "default":
kubectl --namespace default get pod --selector='name=prometheus'
```
- If Prometheus looks healthy, check that it has enough CPU allocated
For scaled objects with 0 `minReplicas` it is expected for HPA to be inactive when the scaling metric exposed in `keda_scaler_metrics_value` is 0.
When `keda_scaler_metrics_value` value is 0 or missing, the alert should not be firing.
Expand Down Expand Up @@ -1232,6 +1233,7 @@ How to **investigate**:
# Assuming Prometheus is running in namespace "default":
kubectl --namespace default get pod --selector='name=prometheus'
```
- If Prometheus looks healthy, check that it has enough CPU allocated
### MimirContinuousTestNotRunningOnWrites
Expand Down

0 comments on commit 190618a

Please sign in to comment.