Skip to content

Commit 957485a

Browse files
author
Simon Rüegg
authored
Merge pull request #5 from projectsyn/compact-alerts
Fix Compactor alert rules
2 parents 3800789 + 7830782 commit 957485a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Disable dashboards by default ([#1])
1818
- Upgrade to v0.18.0 ([#2])
1919

20+
### Fixed
21+
22+
- Render compactor alert rules ([#5])
23+
2024
[Unreleased]: https://github.com/projectsyn/component-thanos/compare/38735201e88d2b0bc7022dd65587bc516780946c...HEAD
2125

2226
[#1]: https://github.com/projectsyn/component-thanos/pulls/1
2327
[#2]: https://github.com/projectsyn/component-thanos/pulls/2
2428
[#3]: https://github.com/projectsyn/component-thanos/pulls/3
2529
[#4]: https://github.com/projectsyn/component-thanos/pulls/4
30+
[#5]: https://github.com/projectsyn/component-thanos/pulls/5

component/compactor.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local compactor = thanos.compact(params.commonConfig + params.compactor) {
2626
spec+: {
2727
groups+:
2828
std.filter(
29-
function(group) group.name == 'thanos-compactor.rules',
29+
function(group) group.name == 'thanos-compact.rules',
3030
thanosMixin.prometheusAlerts.groups
3131
),
3232
},

0 commit comments

Comments
 (0)