This is a simple Node.js app that can be monitored with Prometheus and Grafana.
It uses prom-client
to gather the metrics and express
to expose them under /metrics
.
Steps to run the app:
- Install the dependencies:
npm install
- Start the app:
npm start