Change precision of doubles in Sinks
InfluxDB has a default precision of 2, which is not sufficient precision for some of the measurements.
@mariog had originally added a setPrecision(precision)
function in InfluxDBSink
but the m_prec
variable was not being used in any of the influx db function calls.
The precision is also handled by a JSON configuration.
Edited by Elodie Deborah Resseguie