Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.2 KB

Changelog

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.

[0.5.0] - 2020-06-30

  • Upgrade to Telemetry SDK 0.6.1
  • Allow URI override to include or omit the full endpoint path component.
  • Close TelemetryClient upon NewRelicReporter.close()

[0.4.0] - 2020-04-01

  • Contributed: NewRelicReporterFactory by Steven Schwell
  • Changed: update dropwizard-core version to 4.1.5
  • Changed: update to NewRelic telemetry SDK 0.4.0

[0.3.0] - 2020-03-30

  • Changed: update to NewRelic telemetry SDK 0.3.3

[0.2.1] - 2019-09-13

  • Changed: The source.type attribute is no longer added to generated metrics.

[0.2.0] - 2019-09-10

  • 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.

[0.1.1] - 2019-08-26

  • Initial public release of the New Relic dimensional-metrics-based Dropwizard Reporter