Add collector for always running energy measurements with LIKWID

This commit is contained in:
Thomas Roehl
2024-04-10 19:57:08 +02:00
parent 6aada60d97
commit 303fe1d80f
3 changed files with 302 additions and 0 deletions

View File

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