mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Add running average power limit (RAPL) metric collector
This commit is contained in:
		@@ -36,6 +36,7 @@ var AvailableCollectors = map[string]MetricCollector{
 | 
			
		||||
	"numastats":       new(NUMAStatsCollector),
 | 
			
		||||
	"beegfs_meta":     new(BeegfsMetaCollector),
 | 
			
		||||
	"beegfs_storage":  new(BeegfsStorageCollector),
 | 
			
		||||
	"rapl":            new(RAPLCollector),
 | 
			
		||||
	"rocm_smi":        new(RocmSmiCollector),
 | 
			
		||||
	"self":            new(SelfCollector),
 | 
			
		||||
	"schedstat":       new(SchedstatCollector),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user