We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d1a49 commit 87fdac2Copy full SHA for 87fdac2
1 file changed
core/src/main/java/com/expedia/www/haystack/client/Span.java
@@ -40,7 +40,7 @@ public final class Span implements io.opentracing.Span {
40
this.operationName = operationName;
41
this.context = context;
42
this.startTime = startTime;
43
- this.tags = new HashMap<>();
+ this.tags = tags;
44
finished = false;
45
46
if (references == null) {
0 commit comments