Replies: 1 comment 2 replies
-
|
Are there any docs regarding this on the Influxdb side? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is currently possible to set a float precision for a point, but perhaps it would be nice to be able to specify the precision per field?
Something like
This could then be serialized in the
std::visitusing something like[&convert](PrecisionedFloat v) { convert << std::setprecision(v.precision) << std::fixed << v.value; }Beta Was this translation helpful? Give feedback.
All reactions