An open API service indexing awesome lists of open source software.

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

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