Go to file
Cloud User 6db99ea0ef feat: Initial NFS PV usage exporter implementation
- Flask app with /usage/<pv_name> and /metrics endpoints
- 300s cache TTL with threading lock for du command
- ionice/nice for low I/O priority
- Dockerfile with gunicorn
- Helm chart with deployment, service, networkpolicy
- NetworkPolicy allows only gpulive and monitoring namespaces

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 14:14:37 +09:00
chart feat: Initial NFS PV usage exporter implementation 2026-02-05 14:14:37 +09:00
.gitignore feat: Initial NFS PV usage exporter implementation 2026-02-05 14:14:37 +09:00
Dockerfile feat: Initial NFS PV usage exporter implementation 2026-02-05 14:14:37 +09:00
app.py feat: Initial NFS PV usage exporter implementation 2026-02-05 14:14:37 +09:00
requirements.txt feat: Initial NFS PV usage exporter implementation 2026-02-05 14:14:37 +09:00