Constant NODEJS_EVENTLOOP_DELAY_MEAN
pub const NODEJS_EVENTLOOP_DELAY_MEAN: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Event loop mean delay.
§Notes
Value can be retrieved from value histogram.mean of perf_hooks.monitorEventLoopDelay([options])
§Metadata
| Instrument: | gauge |
| Unit: | s |
| Status: | Development |