mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
wip: 4.0.0, prom-client to v11, url-value-parser to v2
This commit is contained in:
@@ -15,6 +15,8 @@ const bundle = promBundle({
|
||||
collectDefaultMetrics: {
|
||||
timeout: 1000
|
||||
}
|
||||
},
|
||||
urlValueParser: {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
1192
package-lock.json
generated
1192
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "express-prom-bundle",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0",
|
||||
"description": "express middleware with popular prometheus metrics in one bundle",
|
||||
"main": "src/index.js",
|
||||
"keywords": [
|
||||
@@ -17,11 +17,10 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"on-finished": "^2.3.0",
|
||||
"prom-client": "~10.2.2",
|
||||
"url-value-parser": "^1.0.0"
|
||||
"prom-client": "~11.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.13.1",
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^3.19.0",
|
||||
"express": "^4.15.3",
|
||||
"istanbul": "^0.4.5",
|
||||
|
||||
Reference in New Issue
Block a user