snowflake-dashboard/README.md

838 B

Snowflake Dashboard

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).

Light Mode

Dashboard Preview

Dark Mode

Dashboard Preview Dark

Installation

Download the docker-compose.yml file:

curl -O https://raw.githubusercontent.com/lone-cloud/snowflake-dashboard/main/docker-compose.yml

Start the services:

docker compose up -d

Open the dashboard in your browser:

http://localhost:8888