influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
438 stars 129 forks source link

feat: add InfluxQL tags support #584

Closed alespour closed 1 year ago

alespour commented 1 year ago

Closes #534

Checklist

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 68.42% and project coverage change: -0.05 :warning:

Comparison is base (1640d60) 88.41% compared to head (3c340c0) 88.36%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #584 +/- ## ============================================ - Coverage 88.41% 88.36% -0.05% + Complexity 779 777 -2 ============================================ Files 172 172 Lines 7008 7022 +14 Branches 380 382 +2 ============================================ + Hits 6196 6205 +9 - Misses 693 698 +5 Partials 119 119 ``` | [Impacted Files](https://app.codecov.io/gh/influxdata/influxdb-client-java/pull/584?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata) | Coverage Δ | | |---|---|---| | [...n/java/com/influxdb/query/InfluxQLQueryResult.java](https://app.codecov.io/gh/influxdata/influxdb-client-java/pull/584?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-Y2xpZW50LWNvcmUvc3JjL21haW4vamF2YS9jb20vaW5mbHV4ZGIvcXVlcnkvSW5mbHV4UUxRdWVyeVJlc3VsdC5qYXZh) | `0.00% <0.00%> (ø)` | | | [...influxdb/client/internal/InfluxQLQueryApiImpl.java](https://app.codecov.io/gh/influxdata/influxdb-client-java/pull/584?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-Y2xpZW50L3NyYy9tYWluL2phdmEvY29tL2luZmx1eGRiL2NsaWVudC9pbnRlcm5hbC9JbmZsdXhRTFF1ZXJ5QXBpSW1wbC5qYXZh) | `90.78% <100.00%> (+1.23%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.