https://github.com/pgilad/prometheus-nodejs-instrument-demo
A short showcase for manual instrumentation of Node.js backend with Prometheus
https://github.com/pgilad/prometheus-nodejs-instrument-demo
demo docker-compose grafana nodejs prometheus
Last synced: about 1 month ago
JSON representation
A short showcase for manual instrumentation of Node.js backend with Prometheus
- Host: GitHub
- URL: https://github.com/pgilad/prometheus-nodejs-instrument-demo
- Owner: pgilad
- License: mit
- Created: 2018-02-21T11:55:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T04:44:44.000Z (about 7 years ago)
- Last Synced: 2025-10-05T06:37:00.582Z (8 months ago)
- Topics: demo, docker-compose, grafana, nodejs, prometheus
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prometheus-nodejs-manual-instrument
A quick demo to show how to instrument Node.js backend with Prometheus, and display the results in Grafana.
# Instructions
```bash
$ docker-compose up
# Hit node.js backend at http://localhost:8000
# Grafana
$ open http://localhost:3000
```
# License
MIT