This project sets up a monitoring stack using Prometheus, Grafana, and a Node.js application. The Node.js application exposes custom metrics, including response time and HTTP status of a specific website, as well as the number of active users.
This project demonstrates how to set up a monitoring stack using Prometheus and Grafana. It includes:
- A Node.js application that exposes custom metrics.
- Prometheus for scraping and storing metrics.
- Grafana for visualizing metrics.