You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telegraf-tigerbot
added
feat
Improvement on an existing feature such as adding a new setting/mode to an existing plugin
plugin/output
1. Request for new output plugins 2. Issues/PRs that are related to out plugins
labels
Jan 14, 2026
We were discussing which plugin to use for v3 core and decided to use http plugin before this PR gets merged and did a bit of code analysis with Claude in case it is helpful (thank you for working on this plugin):
@lumaks-redox I'm not sure what you are trying to say... The v3 API documentation states that partial-writes is true by default. Is this your concern?
I was trying to say that for now, we have to use http plugin to be able to use V3 api with partial writes support, but http plugin lacks all backoff retry and other goodies from influx_v2 plugin, so I am happy to see that influx_v3 plugin you are working on will support both the partial writes and all the retries functionality, and was just sharing my findings in case you missed some functionality (I think you didn't).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
featImprovement on an existing feature such as adding a new setting/mode to an existing pluginnew pluginplugin/output1. Request for new output plugins 2. Issues/PRs that are related to out plugins
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a plugin for the new v3 write API present in InfluxDB v3 Core and Enterprise.
Checklist
Related issues