Skip to content

Commit

Permalink
feat: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Oct 18, 2024
1 parent ceb3571 commit 3d52c11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/collectors/keyperf/keyperf.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ func (kp *KeyPerf) pollData(
// process endpoints
eCount, endpointAPID := kp.ProcessEndPoints(curMat, endpointFunc)
count += eCount
count += eCount

parseD = time.Since(startTime)
_ = kp.Metadata.LazySetValueInt64("api_time", "data", (apiD + endpointAPID).Microseconds())
Expand Down

0 comments on commit 3d52c11

Please sign in to comment.