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
.time(System.nanoTime(), TimeUnit.NANOSECONDS) makes no sense as nanoTime is only useful for measuring elapsed time on a single computer. It cannot be used as a sensible timestamp let alone persisted into a time series DB.
The text was updated successfully, but these errors were encountered:
This is the InfluxDB Sink sample from the readme
.time(System.nanoTime(), TimeUnit.NANOSECONDS)
makes no sense asnanoTime
is only useful for measuring elapsed time on a single computer. It cannot be used as a sensible timestamp let alone persisted into a time series DB.The text was updated successfully, but these errors were encountered: