Class MetricsConverter


  • public class MetricsConverter
    extends Object
    This class takes a dump, generated by Nova's Metrics instance and converts them into a map that can easily be serialized and deserialized. The resulting map contains one entry per metric in the dump, each can be looked up by the Metric name. Additionally, we add the following - timestamp - hostName - hostAddress Every Metric itself is again represented as a Map, one MapEntry per attribute. Additionally, we add - type