Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 917 Bytes

File metadata and controls

21 lines (14 loc) · 917 Bytes

NodeJS

Node.js Attributes

Describes Node.js related attributes.

Attribute Type Description Examples Stability
nodejs.eventloop.state string The state of event loop time. active; idle Development

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.

Value Description Stability
active Active time. Development
idle Idle time. Development