Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Configuration for telegraf agent
[agent]
  ## Default data collection interval for all inputs
  interval = "1s"
  ## Rounds collection interval to 'interval'
  ## ie, if interval="10s" then always collect on :00, :10, :20, etc.
  round_interval = true

Modify the interval = "1s" section to the value you want. We do not recommend setting this any lower than 10 seconds, as a lot of datapoints will be missing to calculate the 1 minute aggregation that Telegraf is using.

...