add slurm_cgroup Collector

This commit is contained in:
brinkcoder
2025-10-07 13:10:17 +02:00
committed by Thomas Gruber
parent a45366646e
commit c5183feafc
4 changed files with 371 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ var AvailableCollectors = map[string]MetricCollector{
"self": new(SelfCollector),
"schedstat": new(SchedstatCollector),
"nfsiostat": new(NfsIOStatCollector),
"slurm_cgroup": new(SlurmCgroupCollector),
}
// Metric collector manager data structure