system-exporter
This repo will export useful metrics about your system and provide a nice dashboard.
Note: currently only supports docker
Usage
- Build:
docker build -t system-exporter . - Run:
cd example && docker-compose up -d
Troubleshooting
- If you are on OS X and using Docker Desktop, you may have to enable the docker socket. You can do this by going to Settings -> Advanced -> Allow the default Docker socket to be used.
TODO
- Add structured logging w/Slog
- Add Unit tests
- More strongly type the models
Description
Languages
Rust
97.6%
Dockerfile
2.4%
