UNPKG

pm2-metrics

Version:

Produces Metrics of Pm2 of running instances.little updated version of https://github.com/burningtree/pm2-prometheus-exporter, any PR is appriciated.

17 lines (16 loc) 285 B
module.exports = { apps: [{ name: 'PM2 Exporter', script: 'exporter.js', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'development' }, env_production: { NODE_ENV: 'production' } }] };