No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| fonts | ||
| .air.toml | ||
| .gitignore | ||
| .golangci.yml | ||
| biome.json | ||
| dashboard-server.go | ||
| dashboard.js | ||
| dev-server.go | ||
| docker-compose.yml | ||
| Dockerfile | ||
| favicon-dark.svg | ||
| favicon.svg | ||
| go.mod | ||
| index.html | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| screenshot-dark.webp | ||
| screenshot.webp | ||
| styles.css | ||
| VERSION | ||
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
Dark Mode
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