This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
v0.6.0
- BREAKING CHANGE: Repackage registry class to
com.newrelic.telemetry.micrometer.NewRelicRegistry
.
Users will need to change code or configuration that references the old package. - Shut down the telemetry sdk in
close()
in order to flush the last batch of telemetry. - Depend directly on slf4j
- Change construction of NewRelicRegistry to avoid deprecations in the SDK.
- Endpoint URI overrides will now respect path information (it was previously ignored).
- Upgrade to micrometer-core 1.5.4
- Update to New Relic Telemetry SDK 0.9.0