metrics 0.1.0
metrics: ^0.1.0 copied to clipboard
Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.
0.1.0 - 2014-12-16 #
Breaking change #
RegistryListenerhas been removed. You should now use streamsonMetricAddeddansonMetricRemovedonMetricRegistry.- optional named parameters is used at several places.
0.0.2 - 2014-12-12 #
Almost every core classes from the 3.1.0 Java version have been ported.
There's also a graphite reporter.
0.0.1 - 2014-11-28 #
The initial release that follows mainly the 3.1.0 Java version.
Semantic Version Conventions #
- Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
- Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.