File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Disable dashboards by default ([ #1 ] )
18
18
- Upgrade to v0.18.0 ([ #2 ] )
19
19
20
+ ### Fixed
21
+
22
+ - Render compactor alert rules ([ #5 ] )
23
+
20
24
[ Unreleased ] : https://github.com/projectsyn/component-thanos/compare/38735201e88d2b0bc7022dd65587bc516780946c...HEAD
21
25
22
26
[ #1 ] : https://github.com/projectsyn/component-thanos/pulls/1
23
27
[ #2 ] : https://github.com/projectsyn/component-thanos/pulls/2
24
28
[ #3 ] : https://github.com/projectsyn/component-thanos/pulls/3
25
29
[ #4 ] : https://github.com/projectsyn/component-thanos/pulls/4
30
+ [ #5 ] : https://github.com/projectsyn/component-thanos/pulls/5
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ local compactor = thanos.compact(params.commonConfig + params.compactor) {
26
26
spec+: {
27
27
groups+:
28
28
std.filter (
29
- function (group) group.name == 'thanos-compactor .rules' ,
29
+ function (group) group.name == 'thanos-compact .rules' ,
30
30
thanosMixin.prometheusAlerts.groups
31
31
),
32
32
},
You can’t perform that action at this time.
0 commit comments