mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Change unit of CpufreqCollector to Hz. That's what the sysfs outputs
This commit is contained in:
		@@ -63,7 +63,7 @@ func (m *CPUFreqCollector) Init(config json.RawMessage) error {
 | 
			
		||||
	m.meta = map[string]string{
 | 
			
		||||
		"source": m.name,
 | 
			
		||||
		"group":  "CPU",
 | 
			
		||||
		"unit":   "MHz",
 | 
			
		||||
		"unit":   "Hz",
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Loop for all CPU directories
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user