Skip to content

Releases: newrelic/newrelic-jfr-core

Version 1.4.0

02 Jul 15:17
ce379d5
Compare
Choose a tag to compare
  • The JFR daemon will aggregate some metrics and events based on the thread name. For instance thread-1 and thread-2 will have their data in a single metric with a threadName of thread-#. #152

v1.3.0

01 Jun 15:21
6a2c08e
Compare
Choose a tag to compare
  • The JFR daemon aggregates JfrMethodSample events into JfrFlamelevel events. It does not report JfrMethodSample events anymore and does report JfrFlamelevel events. #196
  • Refactor jfr-agent-extension module into jfr-tools #190
  • Refactor newrelic-api to compileOnly dependency #189

v1.2.0

03 May 19:53
296a675
Compare
Choose a tag to compare

v1.1.0

15 Mar 20:02
b582a38
Compare
Choose a tag to compare
  • The JFR daemon has been back-ported to run with Java 8 (version 8u262+) or higher. #143
  • Update telemetry sdk to 0.12.0.
  • Generate two new jdk.GarbageCollection metrics. #169:
    • jfr.GarbageCollection.minorDuration
    • jfr.GarbageCollection.majorDuration
  • Add support for general heap summary. #106
  • Documentation updates:
    • Add EU endpoints. #109
    • Add audit logging config. #131
    • Add proxy config. #163
  • Add support for generating jlink binaries. #128
  • Add support for Valhalla VBC events #115
  • Change the default app name to My Application. #125
  • Address ConnectIOException that could cause the JFR daemon to crash. #127
  • Add support for APM license keys. #163
  • Guard against potential null values from RecordedEvents. #126

v1.0.0

03 Nov 17:04
37d9624
Compare
Choose a tag to compare

v0.5.0

30 Sep 23:48
4682b48
Compare
Choose a tag to compare

v0.4.0

22 Sep 22:25
68cac0d
Compare
Choose a tag to compare

This is a minor incremental release that includes:

  • JFR Daemon - If the agent is present, no longer wait for the agent to connect to obtain an entity guid. Instead, buffer the data and wait to send it until the entity guid is available.
  • JFR Daemon - Omit the app name from the common attributes when the entity guid is present

v0.3.0

31 Jul 18:06
Compare
Choose a tag to compare

This is an incremental minor release, which includes:

  • JFR Daemon - change main class from JFRController to JFRDaemon
  • JFR Daemon - now supports fetching entity.guid common attribute from remote MBean
  • JRR Daemon - startup delays until service startup is complete
  • JFR Daemon - make determining localhost address more robust
  • JFR Daemon - retry with backoff when recordings fail
  • JFR Mappers - null guard against null thread in ThreadAllocationStatistics events
  • JFR Mappers - fix stack overflow boundary case when truncating stack frames

v0.1.0

30 Jun 15:52
Compare
Choose a tag to compare

Initial release of JFR mappers library