opentelemetry_semantic_conventions::metric

Constant NODEJS_EVENTLOOP_DELAY_MAX

source
pub const NODEJS_EVENTLOOP_DELAY_MAX: &str = "nodejs.eventloop.delay.max";
Expand description

§Description

Event loop maximum delay.

§Notes

Value can be retrieved from value histogram.max of perf_hooks.monitorEventLoopDelay([options])

§Metadata

Instrument:gauge
Unit:s
Status:Experimental