-
Notifications
You must be signed in to change notification settings - Fork 206
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: add influxdb write #723
Conversation
72363e5
to
cdfbacd
Compare
Codecov Report
@@ Coverage Diff @@
## main #723 +/- ##
==========================================
- Coverage 68.26% 68.25% -0.02%
==========================================
Files 287 288 +1
Lines 45058 45335 +277
==========================================
+ Hits 30761 30944 +183
- Misses 14297 14391 +94
... and 2 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. |
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: add influxdb module * add convert write request * impl write handler * merge field group for same series * add convert unittest * fix CR * fix naming
Which issue does this PR close?
Part of #682
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?
No
How does this change test
CI