UNPKG

prometheus-hystrix

Version:

Expose Hystrix stream as Prometheus data

44 lines (43 loc) 928 B
{ "name": "prometheus-hystrix", "version": "0.3.0", "description": "Expose Hystrix stream as Prometheus data", "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "eslint .", "postpublish": "git push --follow-tags", "pretest": "npm run lint", "test": "echo \"No tests specified\"" }, "keywords": [ "hystrix", "circuit-break", "fallback", "metrics", "prometheus", "prom", "statsd" ], "author": "Simen Bekkhus <sbekkhus91@gmail.com>", "license": "MIT", "repository": "SimenB/node-prometheus-hystrix", "dependencies": { "rx-node": "^1.0.2" }, "peerDependencies": { "prom-client": ">=10 <12" }, "engines": { "node": ">=4" }, "devDependencies": { "eslint": "^5.6.0", "eslint-config-simenb-base": "^15.0.0", "eslint-config-simenb-node": "^2.0.0", "prettier": "^1.0.2", "prom-client": "^11.1.1" } }