fix(metrics): remove debug code
This commit is contained in:
parent
b9d010bf78
commit
8db4146ebe
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue