Skip to:
Currently, after_collect() runs a fraction of a second following before_collect() does, and preceding collect_system_data_loop()
after_collect()
before_collect()
collect_system_data_loop()
Moving after_collect() inside collect() allows the hook to run after defined --run-time
collect()
--run-time
Here is the proposed change:
Hi
Thank you for the report and code snippet.Sending the concern to engineering for further review and updates.
Currently,
after_collect()
runs a fraction of a second followingbefore_collect()
does, and precedingcollect_system_data_loop()
Moving
after_collect()
insidecollect()
allows the hook to run after defined--run-time
Here is the proposed change: