-
Notifications
You must be signed in to change notification settings - Fork 569
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
Querier: deprecates max-query-into-future #7496
Querier: deprecates max-query-into-future #7496
Conversation
64ab698
to
cb1a39a
Compare
See slack for the extended context: https://grafana.slack.com/archives/C039863E8P7/p1709045532353379 |
cb1a39a
to
9f66ab8
Compare
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! A few minor suggestions
`max-query-into-future` has been inherited from Cortex when it was running on chunks storage. Its purposes was to avoid errors when data was missing. Since Mimir does not rely on chunks storage anymore, there is no errors nor performance penalty. As such, we can deprecate the setting. Signed-off-by: Wilfried Roset <[email protected]>
9f66ab8
to
a5c3310
Compare
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.
docs LGTM
this doesn't work nicely with |
Sorry about the delay @dimitarvdimitrov I was on PTO 😅 |
no need to apologise 😄 I was just leaving a trace in the PR |
What this PR does
max-query-into-future
has been inherited from Cortex when it was running on chunks storage. Its purposes was to avoid errors when data was missing.Since Mimir does not rely on chunks storage anymore, there is no errors nor performance penalty. As such, we can deprecate the setting.
Which issue(s) this PR fixes or relates to
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.