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
If a timestamp is not explicitly set, the time set by http_listener is not rounded to the precision in the precision query parameter. This behavior differs from InfluxDB.
Relevant telegraf.conf:
Enable http_listener
System info:
[Include Telegraf version, operating system name, and other relevant details]
Bug report
If a timestamp is not explicitly set, the time set by http_listener is not rounded to the precision in the precision query parameter. This behavior differs from InfluxDB.
Relevant telegraf.conf:
Enable http_listener
System info:
[Include Telegraf version, operating system name, and other relevant details]
Steps to reproduce:
curl -i -XPOST 'http://localhost:8186/write?precision=ms' --data-binary 'cpu value=42'
Expected behavior:
Rounded to milliseconds:
Actual behavior:
Still in nanoseconds
The text was updated successfully, but these errors were encountered: