diff --git a/internal/exporter/metrics.go b/internal/exporter/metrics.go index 7df1297..8f6d036 100644 --- a/internal/exporter/metrics.go +++ b/internal/exporter/metrics.go @@ -192,7 +192,6 @@ func (m *Metrics) collectReqeustDataMetrics(ch chan<- prometheus.Metric, queue * latency := float64(r.Latency.Microseconds()) sum += latency count++ - log.Println(latency) for _, bound := range bucketBounds { if latency <= bound {