v2.0.0
What's Changed
2.0.0 - 2024-02-13
Fixed
- a log was leaking to the output when it should have been going to ddc.log
- logging error, jstack collection was called gc log collection
- autodetect in gclogging was not working this has been added back
Removed
- Removed many of the command line flags as they were little used, ddc.yaml still provides all the options needed
- the -k and --k8s flags are now inferred by the use of the --namespace flag
Added
- ddc interactive prompt when no options are passed to the command that takes you through a menu driven selection
- Added --collect with the available values of light, standard, health-check default is quick.
--collect light
has no jfr, jstack, ttop and only 2 days of logs and queries.json--collect standard
is the old default (jfr, ttop, jstack, 28 days of queries.json and 7 days of logs)--collect healthcheck
is full + fires the pat prompt which adds job profile collection
Changed
BREAKING CHANGE TO SCRIPTS
- k8s collection now no longer takes -c and -e flags, and only a full cluster capture is supported with k8s
Full Changelog: v1.0.1...v2.0.0