Skip to content

feat(outputs.influxdb_v3): Add plugin#18223

Open
srebhan wants to merge 15 commits intoinfluxdata:masterfrom
srebhan:influxdb_v3
Open

feat(outputs.influxdb_v3): Add plugin#18223
srebhan wants to merge 15 commits intoinfluxdata:masterfrom
srebhan:influxdb_v3

Conversation

@srebhan
Copy link
Member

@srebhan srebhan commented Jan 14, 2026

Summary

This PR adds a plugin for the new v3 write API present in InfluxDB v3 Core and Enterprise.

Checklist

Related issues

@telegraf-tiger telegraf-tiger bot 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
@srebhan srebhan self-assigned this Jan 14, 2026
@lumaks-redox
Copy link

lumaks-redox commented Jan 29, 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):

image image image

@srebhan
Copy link
Member Author

srebhan commented Jan 30, 2026

@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?

Comment on lines +8 to +10
## Local address to bind when connecting to the server
## If empty or not set, the local address is automatically chosen
# local_address = ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double entry

@lumaks-redox
Copy link

@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).

@telegraf-tiger
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin new plugin plugin/output 1. Request for new output plugins 2. Issues/PRs that are related to out plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants