Merge pull request 'fix(metrics): remove debug code' (#51) from tn-add-prometheus-exporter into main
Reviewed-on: #51
This commit is contained in:
commit
fc3eaf4f5d
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())
|
latency := float64(r.Latency.Microseconds())
|
||||||
sum += latency
|
sum += latency
|
||||||
count++
|
count++
|
||||||
log.Println(latency)
|
|
||||||
|
|
||||||
for _, bound := range bucketBounds {
|
for _, bound := range bucketBounds {
|
||||||
if latency <= bound {
|
if latency <= bound {
|
||||||
|
|
Loading…
Reference in a new issue