node-clinic icon indicating copy to clipboard operation
node-clinic copied to clipboard

Support the 0x collect-delay arg

Open stephenh opened this issue 3 years ago • 1 comments

Afaiu clinic flame runs on top of 0x, which has a --collect-delay parameter that seems very useful to ignore "initial boot" noise:

https://github.com/davidmarkclements/0x/pull/239

It would be great to be able to set this when running clinic flame.

stephenh avatar Sep 16 '22 22:09 stephenh

There is undocummented delay env variable but sadly it does not work, issue is reported here https://github.com/clinicjs/node-clinic/issues/416, source code of the feature here https://github.com/search?q=org%3Aclinicjs+NODE_CLINIC_DOCTOR_TIMEOUT_DELAY&type=code 🥺

Image

luckylooke avatar May 05 '25 15:05 luckylooke