Skip to content

Releases: perfana/jfr-exporter

0.5.0

08 Jul 17:55
Compare
Choose a tag to compare

Change log jfr-exporter

v0.5.0: July 2024

  • Deprecated the application argument, use service tag instead
  • Specify multiple tags using tag=name/value, e.g. tag=service/afterburner-fe
  • Dashboard improvements, uses tags: service,systemUnderTest,testEnvironment
  • Improved default tags code efficiency

v0.4.1: May 2024

  • socket events: lowered dynamic ports to 16_000

v0.4.0: May 2024

  • Added new events:
    • Native Memory
    • Container CPU and memory
    • Thread context switch rate
  • Updated dashboard with new events
  • Improved dashboard, application selection is working for all panels

v0.3.0: January 2024

  • Added new events: Java Monitor waits and enters, Network read/write
  • New dashboard with new events

v0.3.1: April 2024

  • Make use of buffer to send events in batches
  • Make event handling more robust by catching exceptions
  • Added disableStackTraces option to limit the amount of stacktrace data

0.4.0

03 May 14:00
f1f6ab1
Compare
Choose a tag to compare

Change log jfr-exporter

v0.4.0: May 2024

  • Added new events:
    • Native Memory
    • Container CPU and memory
    • Thread context switch rate
  • Updated dashboard with new events
  • Improved dashboard, application selection is working for all panels

v0.3.0: January 2024

  • Added new events: Java Monitor waits and enters, Network read/write
  • New dashboard with new events

v0.3.1: April 2024

  • Make use of buffer to send events in batches
  • Make event handling more robust by catching exceptions
  • Added disableStackTraces option to limit the amount of stacktrace data

0.3.1

04 Apr 16:30
Compare
Choose a tag to compare

Release 0.3.1

0.3.0

22 Jan 12:37
Compare
Choose a tag to compare

v0.3.0: January 2024

  • Added new events: Java Monitor waits and enters, Network read/write
  • New dashboard with new events

0.2.0

19 Nov 19:55
Compare
Choose a tag to compare

Release 0.2.0

0.1.0

02 Oct 08:03
Compare
Choose a tag to compare

Release 0.1.0. First release, feedback welcome.