Skip to content

Commit

Permalink
link AlloyForPrometheusRulesDown alert to prometheus-rules ops-recipe (
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored Jul 11, 2024
1 parent 03b09c8 commit 73f1981
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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

- link AlloyForPrometheusRulesDown alert to mimir-rules ops-recipe

### Fixed

- Fix `CiliumNetworkPolicy` for `alloy`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- alert: AlloyForPrometheusRulesDown
annotations:
description: 'Alloy sending PrometheusRules to Mimir ruler is down.'
opsrecipe: mimir/
opsrecipe: prometheus-rules/
expr: count(up{job="alloy-rules", namespace="mimir"} == 0) by (cluster_id, installation, provider, pipeline) > 0
for: 1h
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tests:
topic: observability
exp_annotations:
description: "Alloy sending PrometheusRules to Mimir ruler is down."
opsrecipe: "mimir/"
opsrecipe: "prometheus-rules/"
- interval: 1m
input_series:
# test: none, rate > 0, rate = 0
Expand Down

0 comments on commit 73f1981

Please sign in to comment.