Collection jitter is used to jitter the collection by a random interval.
Each plugin will sleep for a random time within jitter before collecting.
This can be used to avoid many plugins querying things like sysfs
at the same time, which can have a measurable effect on the system.
This jitters the flush interval by a random amount.
This is primarily to avoid large write spikes for users running a large number of telegraf instances.
For example, a jitter of 5s and interval 10s means flushes will happen every 10-15s.
Default data collection interval for all inputs.