No description
| docker | ||
| src | ||
| static/linux/amd64 | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
container-divination
Container-divination is a spell that you can find in my GRIMOIRE (Good ResIlience MOnItoRing Exercise). It creates metrics for docker each container write and read bytes by querying docker's API. In other words it's a lightweight and very specialized alternative to Cadvisor.
To deploy you can use this docker compose :
services:
container-divination:
image: git.shenanigans.cc/zuma/container-divination:latest
container_name: container-divination
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
restart: unless-stopped