All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Error metrics to TimedMetricFilter
- GaugeHelper was renamed to GaugeMetric and is now obtained from the MetricsConfiguration singleton. It was simplified to only deal with Integers. The only method to call is 'gaugeHelper.incremementMetric(key)' to increment a value. If a metric key is non-null, it is sent to Graphite and the metric key value is reset to null.
- GaugeHelper to help with instantaneous data
- Key used to send REST metrics does not have 'pnc' in it anymore
- Annotations to REST endpoint to gather data about a REST endpoint
- Auto configuration of Dropwizards metrics to send by default JVM and other data to the graphite server
- Section
- Section
- Section
- Section
- Section
- Section