Skip to content

Major Release

Latest
Compare
Choose a tag to compare
@ycrash ycrash released this 17 Jun 07:39
· 545 commits to main since this release

Changelog

  1. Improved compatibility with Docker/Kubernetes environments, enabling successful capture of process, resource, and GC data.
  2. Resolved issue causing empty Process Reports due to incomplete capture of the top command output.
  3. Fixed missing Resource Reports by correcting the handling of vmstat command execution.
  4. Addressed GC log display failure by ensuring reliable execution of the ps command.
  5. Set default AppLogLineCount to 10,000
  6. Made heap dump capture asynchronous using goCapture
  7. Enhanced AppLogLineCount to support -1 value for reading all lines
  8. Reverted JStack sleep duration to 10s, applicable with or without tdCaptureDuration
  9. Disabled tdCaptureDuration for JStack in M3 mode
  10. Added support for pre-compressed hdPath to avoid redundant compression
  11. Introduced initial implementation of extended data
  12. Fixed issue where extended data checked the wrong channel
  13. Implemented httpClientTimeout configuration
  14. Updated extended data to include file extension in request URL sent to yc-server
  15. Modified heap dump capture to retain original file extension for compressed dumps
  16. Extended data improvements:
    • Validation added: edFolder must not match the working directory
    • Updated logic to prevent clearing of edFolder