Skip to content

Commit

Permalink
Merge branch 'main' into main#release#patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marieroque authored Jul 11, 2024
2 parents e1642d5 + 73f1981 commit 2f14e4b
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 @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.6.3] - 2024-07-11

### 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 2f14e4b

Please sign in to comment.