mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-12 22:37:32 -08:00
Merge pull request #2079 from prometheus/superq/fix_conntrack_error
Fix conntrack collector log noise
This commit is contained in:
commit
9bd826501a
|
@ -129,7 +129,7 @@ func (c *conntrackCollector) Update(ch chan<- prometheus.Metric) error {
|
|||
|
||||
conntrackStats, err := getConntrackStatistics()
|
||||
if err != nil {
|
||||
return err
|
||||
return c.handleErr(err)
|
||||
}
|
||||
|
||||
ch <- prometheus.MustNewConstMetric(
|
||||
|
|
Loading…
Reference in a new issue