-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Docs: -querier.split-queries-by-day deprecation #2833
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2833 +/- ##
==========================================
+ Coverage 61.27% 61.31% +0.04%
==========================================
Files 179 179
Lines 14438 14438
==========================================
+ Hits 8847 8853 +6
+ Misses 4781 4778 -3
+ Partials 810 807 -3
|
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.
Thanks for this. Left one suggestion.
docs/sources/configuration/_index.md
Outdated
@@ -310,6 +310,7 @@ The queryrange_config configures the query splitting and caching in the Loki que | |||
# CLI flag: -querier.split-queries-by-interval | |||
[split_queries_by_interval: <duration> | default = 0s] | |||
|
|||
# Deprecated: Split queries by day and execute in parallel. |
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.
# Deprecated: Split queries by day and execute in parallel. | |
# Deprecated: Split queries by day and execute in parallel. Instead use `-querier.split-queries-by-interval`. |
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.
Change to: "Use -querier.split-queries-by-interval instead."
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.
Updated the note as suggested.
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.
Added copy-edit suggestion.
docs/sources/configuration/_index.md
Outdated
@@ -310,6 +310,7 @@ The queryrange_config configures the query splitting and caching in the Loki que | |||
# CLI flag: -querier.split-queries-by-interval | |||
[split_queries_by_interval: <duration> | default = 0s] | |||
|
|||
# Deprecated: Split queries by day and execute in parallel. |
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.
Change to: "Use -querier.split-queries-by-interval instead."
Add missing description and deprecation note.
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.
LGTM!
Add missing description and deprecation note.
Checklist