loki
loki copied to clipboard
fix: for the sharding-by-rule issue and the query hash block bug
What this PR does / why we need it:
We've found that sharding by rule did not work as expected and figured out the fixes.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist
- [x] Reviewed the
CONTRIBUTING.mdguide (required) - [x] Documentation added
- [x] Tests updated
- [x] Title matches the required conventional commits format, see here
- [x] Changes that require user attention or interaction to upgrade are documented in
docs/sources/setup/upgrade/_index.md - [x] For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yamland updateproduction/helm/loki/CHANGELOG.mdandproduction/helm/loki/README.md. Example PR - [x] If the change is deprecating or removing a configuration option, update the
deprecated-config.yamlanddeleted-config.yamlfiles respectively in thetools/deprecated-config-checkerdirectory. Example PR
@dannykopping would you mind to review? this is about your original code for ruler sharding by rule.