feat(api): add prometheus metrics

Currently we support metrics for the Node.js runtime and HTTP endpoints.
This commit is contained in:
Julian Tölle 2020-11-21 19:55:53 +01:00
parent 9869f0a061
commit e2056b4734
6 changed files with 118 additions and 5 deletions

View file

@ -23,6 +23,7 @@
"test:e2e": "jest --config ./apps/listory/test/jest-e2e.json"
},
"dependencies": {
"@digikare/nestjs-prom": "^1.0.0",
"@hapi/joi": "17.1.1",
"@nestjs/common": "7.5.2",
"@nestjs/config": "0.5.0",