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.
- Update to io.dropwizard:dropwizard-metrics 4.0.0.
- Breaking change: this version no longer supports any Java version below Java 11.
- Update to io.dropwizard:dropwizard-metrics 2.1.6.
- Update to io.dropwizard.metrics:metrics-core 4.2.18.
- Update to telemetry SDK 0.15.0.
- Add customizable Transformers for modifying metric data.
- Update to telemetry SDK 0.13.2 and fix API breakage.
- Clean up readme examples.
- Upgrade to Telemetry SDK 0.6.1
- Allow URI override to include or omit the full endpoint path component.
- Close TelemetryClient upon NewRelicReporter.close()
- Contributed:
NewRelicReporterFactory
by Steven Schwell - Changed: update dropwizard-core version to 4.1.5
- Changed: update to NewRelic telemetry SDK 0.4.0
- Changed: update to NewRelic telemetry SDK 0.3.3
- Changed: The
source.type
attribute is no longer added to generated metrics.
- Added : The capability to filter metric attributes
- Changed: Sightly tweaked the metric and attribute naming schemes
- Added : The reporter logs a message when it starts up
- Added : Generated metrics include metadata about the reporter in attributes.
- Initial public release of the New Relic dimensional-metrics-based Dropwizard Reporter