Skip to content

Commit

Permalink
prom: Remove logging all the metrics introduced in #193
Browse files Browse the repository at this point in the history
  • Loading branch information
pingleig committed May 18, 2021
1 parent c7a6db5 commit 2067daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/inputs/prometheus_scraper/metrics_receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func (ma *metricAppender) Add(ls labels.Labels, t int64, v float64) (uint64, err
metricValue: v,
timeInMS: t,
}
log.Printf("%s %v", pm.metricName, labelMap)

// Remove magic labels
delete(labelMap, savedScrapeNameLabel)
Expand Down

0 comments on commit 2067daa

Please sign in to comment.