mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Signed-off-by: joey <zchengjoey@gmail.com>
This commit is contained in:
		
							parent
							
								
									80859a9f18
								
							
						
					
					
						commit
						4f7bd3544d
					
				| 
						 | 
				
			
			@ -106,7 +106,7 @@ func (c *pressureStatsCollector) Update(ch chan<- prometheus.Metric) error {
 | 
			
		|||
			level.Debug(c.logger).Log("msg", "pressure information returned no 'some' data")
 | 
			
		||||
			return ErrNoData
 | 
			
		||||
		}
 | 
			
		||||
		if vals.Full == nil {
 | 
			
		||||
		if vals.Full == nil && res != "cpu" {
 | 
			
		||||
			level.Debug(c.logger).Log("msg", "pressure information returned no 'full' data")
 | 
			
		||||
			return ErrNoData
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue