NodeJS

Node.js Attributes

Describes Node.js related attributes.

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

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.Development
idleIdle time.Development