You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@haidaraM There are some changes in the upcoming 1.9.0 release that affect this, but it is not as described above in the expected behavior. If you were to restart at 07:00:40 the next collection for a interval = "2m" input would be at 07:02:00 because round_interval is true in the agent. The rounding is always done based on the effective interval of the plugin. Does this fulfill your requirements or should we consider more configurability of the rounding?
Bug report
Relevant telegraf.conf:
System info:
CentOS Linux release 7.1.1503 (Core)
Telegraf 1.2.1
Steps to reproduce:
sudo service telegraf reload
2017-05-19T07:00:40Z
.sudo service telegraf reload
Expected behavior:
The next metric should be collected at
2017-05-19T07:02:40Z
Actual behavior:
The next metric is collected before
2017-05-19T07:02:40Z
and the next ones are collected 2m after and so on...The text was updated successfully, but these errors were encountered: