refactor: Upgrade Prometheus metrics lib to latest version

This commit is contained in:
Göran Sander
2022-07-11 08:46:02 +00:00
parent 496f4ec88c
commit 61d363a80e
5 changed files with 36 additions and 26 deletions

9
.vscode/launch.json vendored
View File

@@ -6,11 +6,18 @@
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/src/butler-sos.js",
"runtimeVersion": "18",
"cwd": "${workspaceFolder}/src",
"env": {
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
"NODE_ENV": "production"
},
"args": ["--loglevel", "debug"]
// "args": [
// "--loglevel",
// "info",
// "--configfile",
// "./config/production.yaml"
// ]
}
]
}