mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-12-28 10:06:17 +01:00
Add collector for always running energy measurements with LIKWID
This commit is contained in:
@@ -41,6 +41,7 @@ var AvailableCollectors = map[string]MetricCollector{
|
||||
"self": new(SelfCollector),
|
||||
"schedstat": new(SchedstatCollector),
|
||||
"nfsiostat": new(NfsIOStatCollector),
|
||||
"likwidenergy": new(LikwidEnergyCollector),
|
||||
}
|
||||
|
||||
// Metric collector manager data structure
|
||||
|
||||
Reference in New Issue
Block a user