mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Rename cpu type to hwthread (#69)
				
					
				
			* Rename 'cpu' type to 'hwthread' to avoid naming clashes with MetricStore and CC-Webfrontend
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
  "cpufreq_cpuinfo": {}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The `cpufreq_cpuinfo` collector reads the clock frequency from `/proc/cpuinfo` and outputs a handful **cpu** metrics.
 | 
			
		||||
The `cpufreq_cpuinfo` collector reads the clock frequency from `/proc/cpuinfo` and outputs a handful **hwthread** metrics.
 | 
			
		||||
 | 
			
		||||
Metrics:
 | 
			
		||||
* `cpufreq`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user