Constant NODEJS_EVENTLOOP_UTILIZATION
pub const NODEJS_EVENTLOOP_UTILIZATION: &'static str;Expand description
§Description
Event loop utilization.
§Notes
The value range is [0.0, 1.0] and can be retrieved from performance.eventLoopUtilization([utilization1[, utilization2]])
§Metadata
| Instrument: | gauge |
| Unit: | 1 |
| Status: | Development |