-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from perfana/add-detailed-memory-events
Add detailed memory events
- Loading branch information
Showing
16 changed files
with
4,967 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.