added new beegfs collectors to AvailableCollectors list

This commit is contained in:
Mehmet Soysal
2022-02-28 18:19:44 +01:00
parent 762b5c6565
commit 6033ca8502

View File

@@ -35,6 +35,8 @@ var AvailableCollectors = map[string]MetricCollector{
"nfs3stat": new(Nfs3Collector),
"nfs4stat": new(Nfs4Collector),
"numastats": new(NUMAStatsCollector),
"beegfs_meta": new(BeegfsMetaCollector),
"beegfs_storage": new(BeegfsStorageCollector),
}
// Metric collector manager data structure