add slurm_cgroup Collector

This commit is contained in:
brinkcoder
2025-07-16 07:53:19 +02:00
committed by Thomas Gruber
parent a45366646e
commit c5183feafc
4 changed files with 371 additions and 0 deletions

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