-
Notifications
You must be signed in to change notification settings - Fork 211
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: make influxql query interface compatible with influxdb1.8 #773
feat: make influxql query interface compatible with influxdb1.8 #773
Conversation
Codecov Report
@@ Coverage Diff @@
## main #773 +/- ##
==========================================
- Coverage 68.48% 68.31% -0.18%
==========================================
Files 296 296
Lines 46645 46735 +90
==========================================
- Hits 31946 31926 -20
- Misses 14699 14809 +110
... and 10 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
bc8d078
to
f75d120
Compare
9ace7ba
to
e62958f
Compare
e62958f
to
b0ee33b
Compare
aea6ded
to
faab1d4
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.
LGTM
b34f206
to
ecfd488
Compare
ecfd488
to
979dc3f
Compare
…he#773) * make query interface compatible to influxdb1.8. * make query by influxql support both get and post. * fix influxql integration test. * merge influxdb_write and influxdb_query to influxdb_api. * remove the future support comment of `chunked`. * unify Precision and Epoch. * refactor the WriteRequest of influxdb api. * solve overflow in Precision::normalize.
Which issue does this PR close?
Closes #
Rationale for this change
See title.
And after doing this, we can connect ceresdb to grafana with inluxdb protocol.
What changes are included in this PR?
See title.
Are there any user-facing changes?
Can use the same influxdb1.8 compatible query api to query data from ceresdb.
How does this change test
Test manually.