mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	AMD ROCm SMI collector (#77)
* Add collector for AMD ROCm SMI metrics * Fix import path * Fix imports * Remove Board Number * store GPU index explicitly * Remove board number from description
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),
 | 
			
		||||
	"rocm_smi":        new(RocmSmiCollector),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Metric collector manager data structure
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user