Skip to content

Improvements on Monitoring::Hub::Entity and accumulators

Sebastien Ponce requested to merge sponce_MonitoringHubPrivacy into master

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

Merge request reports