·
545 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
top
command output. - Fixed missing Resource Reports by correcting the handling of
vmstat
command execution. - Addressed GC log display failure by ensuring reliable execution of the
ps
command. - Set default
AppLogLineCount
to 10,000 - Made heap dump capture asynchronous using
goCapture
- Enhanced
AppLogLineCount
to support -1 value for reading all lines - Reverted
JStack
sleep duration to 10s, applicable with or withouttdCaptureDuration
- Disabled
tdCaptureDuration
forJStack
in M3 mode - Added support for pre-compressed hdPath to avoid redundant compression
- Introduced initial implementation of
extended
data - Fixed issue where extended data checked the wrong channel
- Implemented
httpClientTimeout
configuration - 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:
edFolder
must not match the working directory - Updated logic to prevent clearing of
edFolder
- Validation added: