-
Notifications
You must be signed in to change notification settings - Fork 3.8k
docs: Loki 3.6 Release Notes #19714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: Loki 3.6 Release Notes #19714
Conversation
|
💻 Deploy preview available (docs: Loki 3.6 Release Notes): |
|
In version 3.5, queries become significantly slower when logs have a lot of structured metadata. This issue is resolved in #17332, would you consider merge it into the version 3.6 release? |
|
@sugaf1204 It's very likely that #17332 IS part of the 3.6 release. It looks like there was a glitch in our automation and the release PR doesn't list the entire CHANGELOG. I'm currently trying to track down the missing PRs that need to be documented in the Release Notes. |
docs/sources/release-notes/v3-6.md
Outdated
|
|
||
| Key features in Loki 3.6.0 include the following: | ||
|
|
||
| * **Horizontally scalable compactor:** The Compactor in Loki is a singleton service that compacts the index and applies retention, including processing delete requests. Because it can only be scaled vertically, it limits how many resources you can add to speed things up when the workload increases in bigger cells. This release adds a horizontally scalable compactor, to speed up processing large delete requests or catching up if there has been a lag in processing for some reason. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should make it clearer that, currently, the horizontally scalable compactor only delegates deletion work to the workers. It continues to perform compaction and apply retention in the main compactor. We can point to our documentation for more details.
What this PR does / why we need it:
Updates the Release Notes for Loki 3.6 release.