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

Concurrency support on recorder and config specification #176

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comments
tonyredondo committed Mar 14, 2020
commit 3c7719caaafbdd8bd382a60f43d8992ac933c945
1 change: 1 addition & 0 deletions agent/recorder.go
Original file line number Diff line number Diff line change
@@ -493,3 +493,4 @@ func (r *SpanRecorder) addSpan(span tracer.RawSpan) {
func isTestSpan(tags map[string]interface{}) bool {
return tags["span.kind"] == "test"
}