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
From the Influxdb docs: "If you write data with a time you should specify the precision, which can be done via the time_precision query parameter. It can be set to either s for seconds, ms for milliseconds, or u for microseconds."
Whereas this plugin validates time_precision as "m" for milliseconds. This leads to the incorrect precision in influxdb.
(Additionally, the default probably should match Influxdb's default of millisecond.)
The text was updated successfully, but these errors were encountered:
From the Influxdb docs: "If you write data with a time you should specify the precision, which can be done via the time_precision query parameter. It can be set to either s for seconds, ms for milliseconds, or u for microseconds."
Whereas this plugin validates time_precision as "m" for milliseconds. This leads to the incorrect precision in influxdb.
(Additionally, the default probably should match Influxdb's default of millisecond.)
The text was updated successfully, but these errors were encountered: