Register SelfCollector

This commit is contained in:
Thomas Roehl 2022-07-21 15:50:24 +02:00
parent 0f87f8c6a2
commit 0b99617481

View File

@ -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