Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Releases: newrelic/micrometer-registry-newrelic

Version 0.10.0

05 Aug 20:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

Version 0.9.0

27 May 17:36
d20507d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

release v0.8.0

10 Jun 00:34
4fda469
Compare
Choose a tag to compare
  • add useLicenseKey option to NewRelicRegistryConfig. The registry will now accept a New Relic license key to report data. Thank you Greg Eales!
  • Update io.micrometer:micrometer-core to 1.7.0
  • Update com.newrelic.telemetry:telemetry to com.newrelic.telemetry:telemetry-core 0.12.0

release v0.7.0

18 Feb 19:25
e6f420c
Compare
Choose a tag to compare

Update io.micrometer:micrometer-core to 1.6.4
Update com.newrelic.telemetry:telemetry to com.newrelic.telemetry:telemetry-core 0.11.0

v0.6.0

27 Oct 21:39
59c09e5
Compare
Choose a tag to compare
  • 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

v0.5.0

24 Sep 19:06
6fd5791
Compare
Choose a tag to compare
  • Changed: Update micrometer-core version to 1.3.3
  • Changed: Update to com.newrelic.telemetry:telemetry:0.4.0

v0.4.0

23 Jan 00:02
a36c66f
Compare
Choose a tag to compare
  • Append library-identifying string to HTTP User-Agent header as suffix
  • Add ability to enable "audit logging" for more verbose troubleshooting
  • DistributionSummary now uses a Summary instead of a Count and 2 Gauges.
  • FunctionTimer now uses a Summary instead of a Count and 2 Gauges.
  • Timer now uses a Summary instead of a Count and 3 Gauges.

v0.3.0

18 Dec 17:56
Compare
Choose a tag to compare
  • Changed: Updated the jackson-databind transitive dependency and mockserver-netty dependency to address a security vulnerability.
  • Changed: udpate to NewRelic telemetry SDK 0.3.3

v0.2.0

10 Sep 21:13
Compare
Choose a tag to compare
  • update to NewRelic telemetry SDK 0.3.1
  • at registry startup, log the version of the exporter
  • add collector.name and collector.version attributes to identify micrometer applications
  • normalize attribute names for consistency