Skip to content

Commit

Permalink
fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Jul 12, 2024
1 parent f3ddd26 commit 7dc88f2
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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

Expand All @@ -20,15 +26,3 @@
* Make event handling more robust by catching exceptions
* Added disableStackTraces option to limit the amount of stacktrace data

### v0.4.0: May 2024
* Fix for ephemeral/dynamic ports for network recognition
* Added thread context switch rate and dashboard panel
* Added native memory events and dashboard panels
* Added container CPU and Memory and dashboard panels
* Dashboard improvements

### 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

0 comments on commit 7dc88f2

Please sign in to comment.