Fix docs for metric buffer limit to reflect current behavior (#5741)

This commit is contained in:
Daniel Nelson
2019-04-17 15:46:20 -07:00
committed by GitHub
parent 6a7d0c142e
commit 2faf37e5c1
5 changed files with 55 additions and 85 deletions

View File

@@ -112,10 +112,7 @@ The agent table configures Telegraf and the defaults used across all plugins.
This controls the size of writes that Telegraf sends to output plugins.
- **metric_buffer_limit**:
For failed writes, telegraf will cache metric_buffer_limit metrics for each
output, and will flush this buffer on a successful write. Oldest metrics
are dropped first when this buffer fills.
This buffer only fills when writes fail to output plugin(s).
Maximum number of unwritten metrics per output.
- **collection_jitter**:
Collection jitter is used to jitter the collection by a random [interval][].