-
Notifications
You must be signed in to change notification settings - Fork 545
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
Mimir query engine: update description for -querier.enable-promql-engine-fallback
CLI flag
#8455
Conversation
…gine-fallback` CLI flag
cmd/mimir/config-descriptor.json
Outdated
@@ -1924,7 +1924,7 @@ | |||
"kind": "field", | |||
"name": "enable_promql_engine_fallback", | |||
"required": false, | |||
"desc": "If set to true and the streaming engine is in use, fall back to using the Prometheus PromQL engine for any queries not supported by the streaming engine.", | |||
"desc": "If set to true and the Mimir PromQL engine is in use, fall back to using the Prometheus PromQL engine for any queries not supported by the Mimir PromQL engine.", |
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 thought we were calling it "Mimir Query Engine"? It leaves open the possibility of extending it and we've been using the MQE acronym.
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 was debating this - the flag name uses the term "PromQL engine", so I was trying to be consistent with that.
I'll change the term here.
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 :-). (FYI I haven't confirmed that you've found all instances)
I did a quick search through the codebase, I couldn't find any more instances apart from the |
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!
What this PR does
This PR updates the description for the
-querier.enable-promql-engine-fallback
CLI flag to match the name change in #8291.Which issue(s) this PR fixes or relates to
#8291
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.