mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-05 21:25:55 +02:00
Register SelfCollector
This commit is contained in:
parent
0f87f8c6a2
commit
0b99617481
@ -37,6 +37,7 @@ var AvailableCollectors = map[string]MetricCollector{
|
||||
"beegfs_meta": new(BeegfsMetaCollector),
|
||||
"beegfs_storage": new(BeegfsStorageCollector),
|
||||
"rocm_smi": new(RocmSmiCollector),
|
||||
"self": new(SelfCollector),
|
||||
}
|
||||
|
||||
// Metric collector manager data structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user