Skip to content

Commit

Permalink
Remove debuggin line
Browse files Browse the repository at this point in the history
Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
  • Loading branch information
vesari committed Jul 22, 2024
1 parent 0b3a6f0 commit 6478f56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prometheus/go_collector_latest.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ func (c *goCollector) Collect(ch chan<- Metric) {
if c.rmEnvVarsMetricsEnabled {
sampleBuf := make([]metrics.Sample, len(c.rmEnvVarsMetrics))
for i, v := range c.rmEnvVarsMetrics {
fmt.Printf("Reading metric %d: %q, %#v\n", i, v.origMetricName, *v.desc)
sampleBuf[i].Name = v.origMetricName
}
metrics.Read(sampleBuf)
Expand Down

0 comments on commit 6478f56

Please sign in to comment.