process_cpu_user_seconds_total | counter | Total user CPU time spent in seconds. |
process_cpu_system_seconds_total | counter | Total system CPU time spent in seconds. |
process_cpu_seconds_total | counter | Total user and system CPU time spent in seconds. |
process_start_time_seconds | gauge | Start time of the process since unix epoch in seconds. |
process_resident_memory_bytes | gauge | Resident memory size in bytes. |
process_virtual_memory_bytes | gauge | Virtual memory size in bytes. |
process_heap_bytes | gauge | Process heap size in bytes. |
process_open_fds | gauge | Number of open file descriptors. |
process_max_fds | gauge | Maximum number of open file descriptors. |
nodejs_eventloop_lag_seconds | gauge | Lag of event loop in seconds. |
nodejs_active_handles_total | gauge | Number of active handles. |
nodejs_active_requests_total | gauge | Number of active requests. |
nodejs_heap_size_total_bytes | gauge | Process heap size from node.js in bytes. |
nodejs_heap_size_used_bytes | gauge | Process heap size used from node.js in bytes. |
nodejs_external_memory_bytes | gauge | Nodejs external memory size in bytes. |
nodejs_heap_space_size_total_bytes | gauge | Process heap space size total from node.js in bytes. |
nodejs_heap_space_size_used_bytes | gauge | Process heap space size used from node.js in bytes. |
nodejs_heap_space_size_available_bytes | gauge | Process heap space size available from node.js in bytes. |
nodejs_version_info | gauge | Node.js version info. |