Skip to content
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

Allow output plugin to round-robin between hosts #98

Open
Zemmy01 opened this issue Oct 19, 2022 · 0 comments
Open

Allow output plugin to round-robin between hosts #98

Zemmy01 opened this issue Oct 19, 2022 · 0 comments

Comments

@Zemmy01
Copy link

Zemmy01 commented Oct 19, 2022

This is intended for when data is being written to a Telegraf instance instead of an InfluxDB instance.
When using Telegraf it would be useful to be able to load balance and provide fault tolerance.

Currently with only one host being allowed a separate instance is required for each Telegraf instance.
Instead of just being able to provide multiple hosts to the output plugin.

As an example, please view the below diagrams. In this case each process is designed to be deployed in it's own docker container.

Without round-robin capabilities:
image

With round-robin capabilities:
image

If this is already available in some form then please let me know, as currently I can find no documentation to support this.

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

No branches or pull requests

1 participant