mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			478 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			478 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   _config+:: {
 | |
|     // Selectors are inserted between {} in Prometheus queries.
 | |
| 
 | |
|     // Select the metrics coming from the node exporter.
 | |
|     nodeExporterSelector: 'job="node"',
 | |
| 
 | |
|     // Select the fstype for filesystem-related queries.
 | |
|     // TODO: What is a good default selector here?
 | |
|     fsSelector: 'fstype=~"ext.|xfs|jfs|btrfs|vfat|ntfs"',
 | |
| 
 | |
|     // Select the device for disk-related queries.
 | |
|     diskDeviceSelector: 'device=~"(sd|xvd).+"',
 | |
| 
 | |
|     grafana_prefix: '',
 | |
|   },
 | |
| }
 |