Newrelic Telemetry Sdk Java Versions Save

Java library for sending telemetry data to New Relic

v0.16.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/newrelic-telemetry-sdk-java/compare/v0.15.0...v0.16.0

v0.15.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/newrelic-telemetry-sdk-java/compare/v0.14.0...v0.15.0

v0.14.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/newrelic-telemetry-sdk-java/compare/v0.13.2...v0.14.0

v0.13.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/newrelic-telemetry-sdk-java/compare/v0.13.1...v0.13.2

v0.13.1

2 years ago

What's Changed

Full Changelog: https://github.com/newrelic/newrelic-telemetry-sdk-java/compare/v0.13.0...v0.13.1

v0.13.0

2 years ago

What's Changed

  • EU Endpoint Support added by updating the SenderConfigurationBuilder API.
  • Includes endpoints that send Metric, Event, Log, and Span data to New Relic One.
  • Added warnings to let users know if data exceeds some Ingest API limits.

New Contributors

Full Changelog: https://github.com/newrelic/newrelic-telemetry-sdk-java/compare/v0.12.0...v0.13.0

v0.12.0

3 years ago

The Telemetry SDK now accepts a New Relic APM license key as an alternative to an Insights Insert API key. (#271)

v0.11.0

3 years ago
  • Merge telemetry module into telemetry-core. This removes the publication of the com.newrelic.telemetry:telemetry:* artifacts. Consumers that are upgrading should remove their dependency on this artifact in favor of com.newrelic.telemetry:telemetry-core:*.
  • Remove erroneous module-info.class from telemetry-core jar.

v0.10.0

3 years ago
  • Deprecated endpoint and endpointWithPath APIs have been removed
  • Add the notion of a notification handler to capture feedback from the TelemetryClient
  • Adds a rate limiter on a how much telemetry can be scheduled to be sent
  • Batch types are specified in relevant log messages

v0.9.0

3 years ago