Improvements on Monitoring::Hub::Entity and accumulators
2 main points :
- the ptr internal data of Entity is now private
- the string type of some accumulators (counters and histograms mostly) has been extended with an extra ':' and a string after it describing the precision of the internal data, using the typeid of the type that should be used when deserializing it from json
Edited by Sebastien Ponce