pm2-metrics
Produces Metrics of Pm2 of running instances.little updated version of https://github.com/burningtree/pm2-prometheus-exporter, any PR is appriciated.
Last updated 3 years ago by saikatharryc .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install pm2-metrics 
SYNC missed versions from official npm registry.

npm NPM Downloads NPM

PM2 Metrics

Easy Install with PM2

pm2 install pm2-metrics

Or Clone and run as a seperate application

    $ git clone https://github.com/saikatharryc/pm2-prometheus-exporter.git
    $ npm install
    $ pm2 start exporter.js --name pm2-metrics

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

Grafana dashboard #1 (comment)

PR(s) & issue(s) are welcome
*change host name from localhost on basics where you are hosting
Modified & Working Version from pm2-prometheus-exporter by @burningtree

Current Tags

  • 1.0.47                                ...           latest (3 years ago)

39 Versions

  • 1.0.47                                ...           3 years ago
  • 1.0.43                                ...           5 years ago
  • 1.0.42                                ...           5 years ago
  • 1.0.41                                ...           5 years ago
  • 1.0.40                                ...           5 years ago
  • 1.0.39                                ...           6 years ago
  • 1.0.38                                ...           6 years ago
  • 1.0.37                                ...           6 years ago
  • 1.0.36                                ...           6 years ago
  • 1.0.35                                ...           6 years ago
  • 1.0.34                                ...           6 years ago
  • 1.0.33                                ...           6 years ago
  • 1.0.32                                ...           6 years ago
  • 1.0.31                                ...           6 years ago
  • 1.0.25                                ...           7 years ago
  • 1.0.24                                ...           7 years ago
  • 1.0.23                                ...           7 years ago
  • 1.0.22                                ...           7 years ago
  • 1.0.21                                ...           7 years ago
  • 1.0.20                                ...           7 years ago
  • 1.0.19                                ...           7 years ago
  • 1.0.18                                ...           7 years ago
  • 1.0.17                                ...           7 years ago
  • 1.0.16                                ...           7 years ago
  • 1.0.15                                ...           7 years ago
  • 1.0.14                                ...           7 years ago
  • 1.0.13                                ...           7 years ago
  • 1.0.12                                ...           7 years ago
  • 1.0.11                                ...           7 years ago
  • 1.0.10                                ...           7 years ago
  • 1.0.9                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.7                                ...           7 years ago
  • 1.0.6                                ...           7 years ago
  • 1.0.5                                ...           7 years ago
  • 1.0.4                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 9
Last Month 39
Dependencies (5)
Dev Dependencies (13)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |