Skip to content

Commit

Permalink
reduce PrometheusRuleFailures interval to 5m (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored May 12, 2023
1 parent c493fc9 commit 406e96b
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]

### Changed

- Reduce PrometheusRuleFailures interval to 5m

## [2.98.0] - 2023-05-10


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
description: {{`Prometheus {{$labels.installation}}/{{$labels.cluster_id}} has failed to evaluate rule(s) {{ printf "%.2f" $value }} time(s).`}}
summary: Prometheus is failing rule evaluations.
opsrecipe: prometheus-rule-failures/
expr: rate(prometheus_rule_evaluation_failures_total[30m]) > 0
expr: rate(prometheus_rule_evaluation_failures_total[5m]) > 0
for: 1h
labels:
area: empowerment
Expand Down

0 comments on commit 406e96b

Please sign in to comment.