opentelemetry_semantic_conventions::metric

Constant NODEJS_EVENTLOOP_UTILIZATION

source
pub const NODEJS_EVENTLOOP_UTILIZATION: &str = "nodejs.eventloop.utilization";
Expand description

§Description

Event loop utilization.

§Notes

The value range is \[0.0,1.0\] and can be retrieved from value performance.eventLoopUtilization([utilization1[, utilization2]])

§Metadata

Instrument:gauge
Unit:1
Status:Experimental