-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior
Description
Relevant telegraf.conf
[agent]
interval = "60s"
precision = "60s"
collection_jitter = "10s"
flush_interval = "10s"
[[inputs.internal]]
collect_memstats = false
collection_jitter = "0s"Logs from Telegraf
-
System info
Telegraf 1.38.0
Docker
No response
Steps to reproduce
- have
collection_jitter = "10s"in the[agent]section - try to disable jitter per-input using
collection_jitter = "0s" - observer that said input still runs with global jitter
...
Expected behavior
have a way to disable jitter
Actual behavior
I have to set collection_jitter = "1ms" to effectively disable it. I suspect truly 0 value is treated as unset somewhere.
Additional info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior