express-prom-bundle
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "express-prom-bundle", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "express middleware with popular prometheus metrics in one bundle", | ||
@@ -15,4 +15,4 @@ "main": "src/index.js", | ||
}, | ||
"author": "Konstantin Pogorelov <or@pluseq.com> (https://github.com/disjunction)", | ||
"license": "ISC", | ||
"author": "Konstantin Pogorelov <or@pluseq.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -27,3 +27,7 @@ "on-finished": "^2.3.0", | ||
"supertest": "^1.2.0" | ||
}, | ||
"repository": { | ||
"type" : "git", | ||
"url" : "https://github.com/jochen-schweizer/express-prom-bundle.git" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![build status](https://api.travis-ci.org/disjunction/express-prom-bundle.png)](https://travis-ci.org/disjunction/express-prom-bundle) | ||
[![build status](https://travis-ci.org/jochen-schweizer/express-prom-bundle.png)](https://travis-ci.org/jochen-schweizer/express-prom-bundle) | ||
@@ -13,3 +13,3 @@ # express prometheus bundle | ||
* `nodejs_memory_heap_total_bytes` and `nodejs_memory_heap_used_bytes` | ||
* `http_request_seconds`: http latency histogram labeled with status_code | ||
* `http_request_seconds`: http latency histogram labeled with `status_code` | ||
@@ -37,2 +37,4 @@ ## Install | ||
setup std. metrics but exclude `up`-metric: | ||
```javascript | ||
@@ -53,2 +55,6 @@ "use strict"; | ||
app.listen(3000); | ||
``` | ||
``` | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7226
57
0