/grafana-example

Example docker-compose setup with grafana, loki, prometheus and pushgateway

Primary LanguageTypeScript

Grafana example

Example monitoring local setup.

Run locally

Spin up the docker-compose.

docker-compose up

Then you can access

Import dashboard 11159 to see nodejs metrics.

TODO

Currently, I'm using the loki push API directly to store logs. It would be better to let promtail to aggregate them instead.