Utility library for working with Metrics 2.0 in JVM languages
There are three modules:
- main contains Java classes closely based on the Metrics 2.0 specification
- metrictank contains serializers for reading and writing data in the MetricTank Kafka-mdm formats
- jackson contains classes for serialising metrics to and from JSON using the Jackson library
To build this library, one will need jdk 1.8
Run the following command to build the library
./mvnw clean package