How to get metrics from nodejs process

Hey there,
is there a way using Metricbeat v8.12.x to get metrics from a specific process endpoint (i.e. /metrics)?
Below a short list of them:

process_virtual_memory_bytes 43687911424
process_heap_bytes 362074112
process_open_fds 27
process_max_fds 1048576
nodejs_eventloop_lag_seconds 0.003802945
nodejs_eventloop_lag_min_seconds 0.00032256

These are the Prometheus exposition format? You can use the Prometheus module to ingest them.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.