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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
From this comment #38 (comment) it seems confusing that we can support use_udp and time_precision != s at the same time given that InfluxDB doesn't support any time precision other than seconds for udp writes. We have two approaches here, first to do the conversion on the client side or return an error. Feedback is welcome. /cc @areski@ReAzem what do you guys think ?