A simple snowflake dashboard to portray runtime metrics. Both qumulative and hourly metrics are displayed.
The dashboard uses data from snowflake's /internal/metrics endpoint and docker logs to display hourly totals. Its Built with Go and Alpine Linux for minimal resource usage (~23MB image, ~3MB RAM).
Download the docker-compose.yml file:
curl -O https://raw.githubusercontent.com/lone-cloud/snowflake-dashboard/main/docker-compose.ymlStart the services:
docker compose up -dOpen the dashboard in your browser:
http://localhost:8888

