Skip to content

Commit

Permalink
Removed print statements'
Browse files Browse the repository at this point in the history
  • Loading branch information
naman47vyas committed Dec 16, 2024
1 parent 00acd3b commit f9a0001
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions receiver/nginxreceiver/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"go.opentelemetry.io/collector/receiver"
"go.uber.org/zap"

"github.com/k0kubun/pp"
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nginxreceiver/internal/metadata"
)

Expand Down Expand Up @@ -182,8 +181,6 @@ func (r *nginxScraper) recordTimingStats(now pcommon.Timestamp, vtsStats *NginxV

for upstreamZones, v := range vtsStats.UpstreamZones {
for _, val := range v {
pp.Println(val.Server)
pp.Println(val.ResponseMsec)

r.mb.RecordNginxUpstreamPeersResponseTimeDataPoint(
now, val.ResponseMsec, upstreamZones, val.Server,
Expand Down

0 comments on commit f9a0001

Please sign in to comment.