Telegraf: Metric buffer limit
Aus Wiki-WebPerfect
Version vom 10. März 2021, 14:11 Uhr von Admin (Diskussion | Beiträge)
The metric_buffer_limit of Telegraf is the Maximum number of unwritten metrics per output. Increasing this value allows for longer periods of output downtime without dropping metrics at the cost of higher maximum memory usage.
Calculate how much time it takes to reach the metric buffer limit
METRIC_BUFFER = METRICS_PER_INTERVAL = INTERVAL =
Calculation: <"METRIC_BUFFER"> / <METRICS_PER_INTERVAL >) * <INTERVAL> / 60 = in Minutes