Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pavlovdog/grafana-prometheus-node-js-example
- Owner: pavlovdog
- Created: 2020-02-13T14:57:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T01:50:11.000Z (about 2 years ago)
- Last Synced: 2024-10-12T00:34:06.785Z (3 months ago)
- Topics: docker-compose, grafana, node-js, prometheus, tutorial
- Language: JavaScript
- Homepage: http://sergeypotekhin.com/visualizing-data-from-the-node-js-app/?utm_source=github&utm_medium=repo-webiste&utm_campaign=repos
- Size: 133 KB
- Stars: 76
- Watchers: 5
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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!