You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was reported upstream to nodejs nodejs/node#42132 and they concluded histograms should not be showing here since they are unref'd at the runtime level. Therefore we suspect that it may be a false positive here in this repo.
I see that you have a number of other types blocklisted here:
This repo appears to be mis-reporting
histogram.enable()
as a lingering reference:Related to siimon/prom-client#494
This was reported upstream to nodejs nodejs/node#42132 and they concluded histograms should not be showing here since they are
unref
'd at the runtime level. Therefore we suspect that it may be a false positive here in this repo.I see that you have a number of other types blocklisted here:
why-is-node-running/index.js
Lines 8 to 11 in 24fb4c8
I'm wondering if histogram's should be added here as well?
The text was updated successfully, but these errors were encountered: