Skip to content
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

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Jun 21, 2024

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

  • [n/a] Tests updated.
  • [n/a] Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • [n/a] about-versioning.md updated with experimental features.

@charleskorn charleskorn marked this pull request as ready for review June 21, 2024 05:02
@charleskorn charleskorn requested review from tacole02 and a team as code owners June 21, 2024 05:02
@charleskorn charleskorn enabled auto-merge (squash) June 21, 2024 05:03
@@ -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.",
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

@jhesketh jhesketh left a 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)

@charleskorn
Copy link
Contributor Author

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 streamingpromql package name, which I don't want to touch while there are PRs in-flight.

@charleskorn charleskorn merged commit 88a3dcd into main Jun 21, 2024
28 checks passed
@charleskorn charleskorn deleted the charleskorn/parameter-help branch June 21, 2024 06:31
Copy link
Contributor

@tacole02 tacole02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants