Constant NODEJS_EVENTLOOP_DELAY_P50
pub const NODEJS_EVENTLOOP_DELAY_P50: &'static str;Expand description
§Description
Event loop 50 percentile delay.
§Notes
Value can be retrieved from value histogram.percentile(50) of perf_hooks.monitorEventLoopDelay([options])
§Metadata
| Instrument: | gauge |
| Unit: | s |
| Status: | Development |