-
Notifications
You must be signed in to change notification settings - Fork 833
Parse query #6978
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
Parse query #6978
Conversation
Signed-off-by: Siddarth Gundu <[email protected]>
Signed-off-by: Siddarth Gundu <[email protected]>
Signed-off-by: Siddarth Gundu <[email protected]>
Signed-off-by: Siddarth Gundu <[email protected]>
CHANGELOG.md
Outdated
# Changelog | ||
|
||
## master / unreleased | ||
* [FEATURE] Query Frontend: Add support for /api/v1/parse_query API (experimental) to parse a PromQL expression and return it as a JSON-formatted AST (abstract syntax tree). #6978 |
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.
Can you move the changelog entry down to the FEATURE
part? We group items order by change, feature, enhancement and bugfix.
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.
My bad ! Changed it, thank you so much.
Signed-off-by: Siddarth Gundu <[email protected]>
Thanks |
What this PR does:
The PR enables /api/v1/parse_query API (experimental) which parses a PromQL expression and returns it as a JSON-formatted AST (abstract syntax tree).
Which issue(s) this PR fixes:
Fixes #6671
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]