Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
Fixes spans counters
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Mar 11, 2020
1 parent 557e5d7 commit bab1bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/recorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,3 @@ func (r *SpanRecorder) addSpan(span tracer.RawSpan) {
func isTestSpan(tags map[string]interface{}) bool {
return tags["span.kind"] == "test"
}

0 comments on commit bab1bee

Please sign in to comment.