opentelemetry_semantic_conventions::metric

Constant NODEJS_EVENTLOOP_DELAY_P90

source
pub const NODEJS_EVENTLOOP_DELAY_P90: &str = "nodejs.eventloop.delay.p90";
Expand description

§Description

Event loop 90 percentile delay.

§Notes

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

§Metadata

Instrument:gauge
Unit:s
Status:Experimental