-
Notifications
You must be signed in to change notification settings - Fork 937
Closed
Labels
Description
Describe the feature
Currently AP supports plenty of different events and is able to collect most of them simultaniously. It would be nice to have a parameter to make AP just collect everything it can (with reasonable performance impact).
Use Case
For CI and integration tests it worse to have all the information you could collect to investigate issues easily. Wall
+ alloc
+ live
will cover the most of the possible issues, but if we could just ask AP to collect everything it can and deal with results once some issue arrives, it would be really great.
Proposed Solution
-all
switch or event=all
looks promissing options.
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change