Skip to content

Commit

Permalink
delete unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed May 27, 2021
1 parent 3473401 commit 6cd6b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pinger/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func (e *Exporter) exportOvsLogFileSizeGauge() {
e.IncrementErrorCounter()
continue
}
klog.Infof("%s: getOvsLogFileSize() completed GetLogFileInfo(%s)", e.Client.System.ID, component)
metricLogFileSize.WithLabelValues(e.Client.System.Hostname, file.Component, file.Path).Set(float64(file.Info.Size()))
}
}
Expand Down

0 comments on commit 6cd6b34

Please sign in to comment.