Skip to content

Added grafana dashboard and some monitoring

Nick Orlowsky requested to merge no-grafana into master

Added Grafana, InfluxDB, and Telegraf containers to docker-compose.development.yml. This change only adds more basic monitoring (resource usage of running docker containers) but sets us up to add more monitoring and logging.

make start-sandbox will start all of the added services, and grafana can be accessed at localhost:8090 with an admin/admin login

Image of info currently shown on dashboard: image

This is how it's laid out (dashed lines represent future functionality, solid ones represent current functionality): image

Edited by Nick Orlowsky

Merge request reports