opentelemetry_semantic_conventions::metric

Constant NODEJS_EVENTLOOP_DELAY_P99

source
pub const NODEJS_EVENTLOOP_DELAY_P99: &str = "nodejs.eventloop.delay.p99";
Expand description

§Description

Event loop 99 percentile delay.

§Notes

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

§Metadata

Instrument:gauge
Unit:s
Status:Experimental