Skip to content

Commit

Permalink
remove spam logs (#615)
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Tran <[email protected]>
  • Loading branch information
tcnghia authored Oct 30, 2024
1 parent 7c75d58 commit 0a18f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/httpmetrics/disk_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func ScrapeDiskUsage(ctx context.Context) {
// report metrics
for mount, used := range usage {
diskUsageBytesGauge.WithLabelValues(mount).Set(float64(used))
clog.FromContext(ctx).Info("Disk usage reported", "mount", mount, "used", used)
}
case <-ctx.Done():
return
Expand Down

0 comments on commit 0a18f93

Please sign in to comment.