📄️ Getting Started
GCM Monitoring is a Python CLI with a series of collectors that collect Slurm and GPU (NVML) data in a loop and publish it to a given exporter.
📄️ Telemetry Types
GCM supports two types of telemetry
🗃️ Collectors
14 items
🗃️ Exporters
6 items
📄️ Adding New Collector
GCM should be easily extensible. To monitor something new with GCM, you'll need to:
📄️ Adding New Exporter
GCM supports multiple exporters, each one is responsible for exporting data to a different destination. To add a new exporter, you'll need to:
📄️ Contributing
Check out GCM Monitoring contributing guide here.