Our driver has some column parameters which some are metrics and other counters. Most metrics are using 3 or 4 decimals places while counters whole numbers. We want everything to have 4 decimals places since the data is aggregated by another tool which requires that structure of 4 decimals places. Is there a way to do this without affecting the core of the driver/other implementations? Something similar to DynamicUnits or applying and information template perhaps?
The customer was ok with making all the metrics uniformed since there was no way to manipulate the decimals after start up.