mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08: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")
|
level.Debug(c.logger).Log("msg", "pressure information returned no 'some' data")
|
||||||
return ErrNoData
|
return ErrNoData
|
||||||
}
|
}
|
||||||
if vals.Full == nil {
|
if vals.Full == nil && res != "cpu" {
|
||||||
level.Debug(c.logger).Log("msg", "pressure information returned no 'full' data")
|
level.Debug(c.logger).Log("msg", "pressure information returned no 'full' data")
|
||||||
return ErrNoData
|
return ErrNoData
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue