Skip to content

Commit

Permalink
Get user management metrics (#170)
Browse files Browse the repository at this point in the history
* Get user management metrics

* Add fastify metrics plugin

* Change metrics endpoint from prometheus to metrics

* Unauthenticate endpoint

* Added watchdog scrapping docker compose file

* Added watchdog scrapping docker compose file

* Add grafana json file for metrics

* Moved watchdog-config folder under scripts folder

* Change the metrics json ID

* Fix feedback from PR review

* Reverted white spaces and format readme file

* Fix issue avec package-lock.json

---------

Co-authored-by: kennsippell <[email protected]>
  • Loading branch information
ernestoteo and kennsippell authored Aug 14, 2024
1 parent f5228cb commit 4dafb28
Show file tree
Hide file tree
Showing 13 changed files with 2,180 additions and 1,782 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ dist
src/package.json
.eslintcache
.DS_Store
json_docs
upload-docs.*.json
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM node:20-alpine

ENV EXTERNAL_PORT 3000
ENV PORT 3000
ENV EXTERNAL_PORT 3500
ENV PORT 3500
ENV NODE_ENV production

WORKDIR /app

Expand Down
Loading

0 comments on commit 4dafb28

Please sign in to comment.