Open
Description
Instead of hard-coding u128
, the method should accept a generic where the number precision can be specified.
As InfluxDb docs recommend using the lowest precision possible for improved compression of data. This commit should be refined, as users probably know best which precision they have / need.