Files
system-exporter/README.md

23 lines
601 B
Markdown

# system-exporter
This repo will export useful metrics about your system and provide a nice dashboard.
Note: currently only supports docker
## Usage
1. Build: `docker build -t system-exporter .`
2. 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.
![docker_config.png](./img/docker_config.png)
## TODO
- [ ] Add structured logging w/Slog
- [ ] Add Unit tests
- [ ] More strongly type the models