mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-09-17 13:54:33 +02: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