Configurable number type for `add_field`
Empty2k12 opened this issue · 0 comments
Empty2k12 commented
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.