feat: expose /query endpoint to use InfluxQL (#365)#366
feat: expose /query endpoint to use InfluxQL (#365)#366bednar merged 3 commits intoinfluxdata:masterfrom
/query endpoint to use InfluxQL (#365)#366Conversation
8483830 to
140d9d4
Compare
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #366 +/- ##
============================================
- Coverage 88.91% 88.31% -0.61%
Complexity 778 778
============================================
Files 169 172 +3
Lines 6864 6998 +134
Branches 364 375 +11
============================================
+ Hits 6103 6180 +77
- Misses 653 707 +54
- Partials 108 111 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yes it is |
c09c19c to
5facd17
Compare
|
@bednar Is there anything I can do to get this merged? |
|
Hi @Andy2003, sorry for the late. We currently discuss how to line up the support of other languages in the our client libraries. I hope so that we will be able to do a review soon and then merge it into Regards |
5facd17 to
7cb475f
Compare
bednar
left a comment
There was a problem hiding this comment.
Thanks again for your PR 👍 and sorry for the late.
There are few requirements which has to be satisfied before we will merge this PR into master:
- Please add an example how to use the
InfluxQLintoexamples/src/main/java/example,examples/README.md
and also satisfy following requirements:
6c387ec to
58c64e0
Compare
Closes #365
Proposed Changes
Added an endpoint to query against the InfluxQL endpoint (v1)
Checklist
mvn testcompletes successfully