-
Notifications
You must be signed in to change notification settings - Fork 312
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
feat: impl literal only PromQL query #1641
Conversation
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #1641 +/- ##
===========================================
- Coverage 85.77% 85.21% -0.56%
===========================================
Files 563 563
Lines 90135 90258 +123
===========================================
- Hits 77314 76917 -397
- Misses 12821 13341 +520 |
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
A known format issue is tracked in #1642 |
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
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
* refactor EmptyMetric to accept expr Signed-off-by: Ruihang Xia <[email protected]> * impl literal only query Signed-off-by: Ruihang Xia <[email protected]> * add empty line Signed-off-by: Ruihang Xia <[email protected]> * clean up Signed-off-by: Ruihang Xia <[email protected]> * support literal on HTTP gateway Signed-off-by: Ruihang Xia <[email protected]> * fix clippy (again) Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
EmptyMetrics
plan to accept an expr as data sourceChecklist
Refer to a related PR or issue link (optional)
part of #1042