Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/expediadotcom/metrics-java
Metric library based on the Metrics 2.0 specification.
https://github.com/expediadotcom/metrics-java
Last synced: 1 day ago
JSON representation
Metric library based on the Metrics 2.0 specification.
- Host: GitHub
- URL: https://github.com/expediadotcom/metrics-java
- Owner: ExpediaDotCom
- License: apache-2.0
- Created: 2018-08-03T05:53:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T12:20:57.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T09:15:43.518Z (about 2 months ago)
- Language: Java
- Size: 192 KB
- Stars: 8
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# metrics-java
Utility library for working with [Metrics 2.0](http://metrics20.org/) in JVM languages
There are three modules:
- [main](https://github.com/ExpediaDotCom/metrics-java/tree/master/main) contains Java classes closely based on the [Metrics 2.0 specification](metrics20.org/spec/)
- [metrictank](https://github.com/ExpediaDotCom/metrics-java/tree/master/metrictank) contains serializers for reading and writing data in the [MetricTank Kafka-mdm formats](https://github.com/grafana/metrictank/blob/master/docs/inputs.md#kafka-mdm-recommended)
- [jackson](https://github.com/ExpediaDotCom/metrics-java/tree/master/jackson) contains classes for serialising metrics to and from JSON using the [Jackson library](https://github.com/FasterXML/jackson)## Build
To build this library, one will need `jdk 1.8`
Run the following command to build the library
```
./mvnw clean package
```