pm2-cluster-prom
Version:
Prometheus metrics aggregation for PM2's clustered mode.
40 lines (39 loc) • 926 B
JSON
{
"name": "pm2-cluster-prom",
"version": "2.1.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint --project tslint.json -t stylish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JakeH/pm2-cluster-prometheus.git"
},
"author": "Jake Hickman",
"license": "MIT",
"bugs": {
"url": "https://github.com/JakeH/pm2-cluster-prometheus/issues"
},
"keywords": [
"pm2",
"cluster",
"prometheus",
"prom",
"metrics"
],
"homepage": "https://github.com/JakeH/pm2-cluster-prometheus#readme",
"peerDependencies": {
"pm2": ">= 3.5.1 <= 4",
"prom-client": ">=11 <=14"
},
"devDependencies": {
"@types/node": "^10.17.24",
"pm2": "^4.4.0",
"prom-client": "14.0.1",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
}
}