Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 307 Bytes

Node.js Demo

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:

  1. Install the dependencies:
npm install
  1. Start the app:
npm start