Skip to content

Use multiple concurrent writers and the v2 influxdb output plugin with Telegraf #6561

Description

@jstirnaman

if you're using telegraf to write to monolith, you should be using multiple concurrent writers in nearly every situation. See the docs for the v2 influxdb output plugin: https://github.com/influxdata/telegraf/blob/release-1.36/plugins/outputs/influxdb_v2/README.md
concurrent_writes = 5 # should definitely be at least 2; for tuning, i'd start at min(number of cores for 3ent / 2, 10)
Note: the v1 output plugin for telegraf likely works with v3 but please use the v2 plugin instead.

Activity

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

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions