added prom client

This commit is contained in:
Miodec 2022-02-28 00:39:44 +01:00
parent e3840d63c9
commit b0c2e3e024
2 changed files with 10 additions and 14 deletions

View file

@ -23,6 +23,7 @@
"node-object-hash": "2.3.10",
"nodemon": "2.0.7",
"path": "0.12.7",
"prom-client": "^12.0.0",
"simple-git": "2.45.1",
"string-similarity": "4.0.4",
"swagger-stats": "^0.99.2",
@ -797,8 +798,7 @@
"node_modules/bintrees": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/bintrees/-/bintrees-1.0.1.tgz",
"integrity": "sha1-DmVcm5wkNeqraL9AJyJtK1WjRSQ=",
"peer": true
"integrity": "sha1-DmVcm5wkNeqraL9AJyJtK1WjRSQ="
},
"node_modules/body-parser": {
"version": "1.19.0",
@ -2989,10 +2989,9 @@
}
},
"node_modules/prom-client": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-13.2.0.tgz",
"integrity": "sha512-wGr5mlNNdRNzEhRYXgboUU2LxHWIojxscJKmtG3R8f4/KiWqyYgXTLHs0+Ted7tG3zFT7pgHJbtomzZ1L0ARaQ==",
"peer": true,
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-12.0.0.tgz",
"integrity": "sha512-JbzzHnw0VDwCvoqf8y1WDtq4wSBAbthMB1pcVI/0lzdqHGJI3KBJDXle70XK+c7Iv93Gihqo0a5LlOn+g8+DrQ==",
"dependencies": {
"tdigest": "^0.1.1"
},
@ -3685,7 +3684,6 @@
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/tdigest/-/tdigest-0.1.1.tgz",
"integrity": "sha1-Ljyyw56kSeVdHmzZEReszKRYgCE=",
"peer": true,
"dependencies": {
"bintrees": "1.0.1"
}
@ -4750,8 +4748,7 @@
"bintrees": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/bintrees/-/bintrees-1.0.1.tgz",
"integrity": "sha1-DmVcm5wkNeqraL9AJyJtK1WjRSQ=",
"peer": true
"integrity": "sha1-DmVcm5wkNeqraL9AJyJtK1WjRSQ="
},
"body-parser": {
"version": "1.19.0",
@ -6424,10 +6421,9 @@
"integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
},
"prom-client": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-13.2.0.tgz",
"integrity": "sha512-wGr5mlNNdRNzEhRYXgboUU2LxHWIojxscJKmtG3R8f4/KiWqyYgXTLHs0+Ted7tG3zFT7pgHJbtomzZ1L0ARaQ==",
"peer": true,
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-12.0.0.tgz",
"integrity": "sha512-JbzzHnw0VDwCvoqf8y1WDtq4wSBAbthMB1pcVI/0lzdqHGJI3KBJDXle70XK+c7Iv93Gihqo0a5LlOn+g8+DrQ==",
"requires": {
"tdigest": "^0.1.1"
}
@ -6971,7 +6967,6 @@
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/tdigest/-/tdigest-0.1.1.tgz",
"integrity": "sha1-Ljyyw56kSeVdHmzZEReszKRYgCE=",
"peer": true,
"requires": {
"bintrees": "1.0.1"
}

View file

@ -30,6 +30,7 @@
"node-object-hash": "2.3.10",
"nodemon": "2.0.7",
"path": "0.12.7",
"prom-client": "^12.0.0",
"simple-git": "2.45.1",
"string-similarity": "4.0.4",
"swagger-stats": "^0.99.2",