Skip to content

Commit

Permalink
Don't double-count
Browse files Browse the repository at this point in the history
  • Loading branch information
kentquirk committed Feb 1, 2023
1 parent 17fcd56 commit cbd967b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collect/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ func (i *InMemCollector) processSpan(sp *types.Span) {
trace.SendBy = time.Now().Add(timeout)
trace.RootSpan = sp
}
i.Metrics.Increment("span_processed")
}

// dealWithSentTrace handles a span that has arrived after the sampling decision
Expand Down

0 comments on commit cbd967b

Please sign in to comment.