debug: improvements to the debug command #10320
Labels
theme/reliability
theme/telemetry
Anything related to telemetry or observability
type/enhancement
Proposed improvement or new feature
This issue is to track a number of improvements to the data produced by consul debug. These improvements should make it easier to get useful data from
consul debug
.trace
for the entire duration, instead of a separate one for each interval. A single cpu profile and trace should contain all the same data, and is easier to consume than 4 or 5 separate profiles.heap
, andgoroutine
profile, instead of a separate one for each intervalcluster.json
tomembers.json
to better match the name used by the cli (consul members
)The text was updated successfully, but these errors were encountered: