2.0.1 • Published 3 years ago

pm2-prometheus-metric v2.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

npm NPM Downloads NPM

PM2 Metrics

Easy Install with PM2

pm2 install pm2-prometheus-exporter

Or Clone and run as a seperate application

    $ git clone https://gitlab.com/nikhil.maheshwari1/pm2-prometheus-exporter.git
    $ npm install
    $ pm2 start exporter.js --name pm2-prometheus-exporter

Open your browser

http://<HOST>:9209/metrics

For Prometheus Config

in prometheus.yaml inside scrape_configs add this block:

- job_name: pm2-metrics
scrape_interval: 10s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
static_configs:
  - targets:
      - localhost:9209
Modified & Working Version from pm2-prometheus-exporter by @saikatharryc
2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago