mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Fix type tag for numastat
This commit is contained in:
		@@ -77,7 +77,7 @@ func (m *NUMAStatsCollector) Init(config json.RawMessage) error {
 | 
			
		||||
		m.topology = append(m.topology,
 | 
			
		||||
			NUMAStatsCollectorTopolgy{
 | 
			
		||||
				file:   file,
 | 
			
		||||
				tagSet: map[string]string{"domain": node},
 | 
			
		||||
				tagSet: map[string]string{"memoryDomain": node},
 | 
			
		||||
			})
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user