opentelemetry_semantic_conventions::metric

Constant NODEJS_EVENTLOOP_TIME

Source
pub const NODEJS_EVENTLOOP_TIME: &str = "nodejs.eventloop.time";
Expand description

§Description

Cumulative duration of time the event loop has been in each state.

§Notes

Value can be retrieved from performance.eventLoopUtilization([utilization1[, utilization2]])

§Metadata

Instrument:counter
Unit:s
Status:Experimental

§Attributes