Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pavlovdog/grafana-prometheus-node-js-example

Step-by-step tutorial on creating beautiful dashboards for your Node JS application
https://github.com/pavlovdog/grafana-prometheus-node-js-example

docker-compose grafana node-js prometheus tutorial

Last synced: 2 months ago
JSON representation

Step-by-step tutorial on creating beautiful dashboards for your Node JS application

Awesome Lists containing this project

README

        

# Visualizing metrics from the Node JS application with Prometheus and Grafana

## Run

```bash
docker-compose up -d
```

Then open the http://localhost:3000, login (admin:illchangeitanyway) and check out the results!

Full tutorial you can find in my blog - [https://sergeypotekhin.com/](http://sergeypotekhin.com/visualizing-data-from-the-node-js-app/?utm_source=github&utm_medium=readme&utm_campaign=repos).

See ya!