20 lines
554 B
YAML
20 lines
554 B
YAML
groups:
|
|
- id: registry.nodejs
|
|
type: attribute_group
|
|
brief: Describes Node.js related attributes.
|
|
display_name: Node.js Attributes
|
|
attributes:
|
|
- id: nodejs.eventloop.state
|
|
stability: development
|
|
brief: The state of event loop time.
|
|
type:
|
|
members:
|
|
- id: active
|
|
value: 'active'
|
|
brief: 'Active time.'
|
|
stability: development
|
|
- id: idle
|
|
value: 'idle'
|
|
brief: 'Idle time.'
|
|
stability: development
|