NodeJS

Node.js Attributes

Describes Node.js related attributes.

AttributeTypeDescriptionExamplesStability
nodejs.eventloop.statestringThe state of event loop time.active; idleExperimental

nodejs.eventloop.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

ValueDescriptionStability
activeActive time.Experimental
idleIdle time.Experimental