Major Release
·
583 commits
to main
since this release
Changelog
- Improved compatibility with Docker/Kubernetes environments, enabling successful capture of process, resource, and GC data.
- Resolved issue causing empty Process Reports due to incomplete capture of the
topcommand output. - Fixed missing Resource Reports by correcting the handling of
vmstatcommand execution. - Addressed GC log display failure by ensuring reliable execution of the
pscommand. - Set default
AppLogLineCountto 10,000 - Made heap dump capture asynchronous using
goCapture - Enhanced
AppLogLineCountto support -1 value for reading all lines - Reverted
JStacksleep duration to 10s, applicable with or withouttdCaptureDuration - Disabled
tdCaptureDurationforJStackin M3 mode - Added support for pre-compressed hdPath to avoid redundant compression
- Introduced initial implementation of
extendeddata - Fixed issue where extended data checked the wrong channel
- Implemented
httpClientTimeoutconfiguration - Updated extended data to include file extension in request URL sent to yc-server
- Modified heap dump capture to retain original file extension for compressed dumps
- Extended data improvements:
- Validation added:
edFoldermust not match the working directory - Updated logic to prevent clearing of
edFolder
- Validation added: