File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
subsys/honeycomb/src/main/java/org/commonjava/indy/subsys/honeycomb Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
import io .honeycomb .beeline .tracing .SpanBuilderFactory ;
6
6
import io .honeycomb .beeline .tracing .SpanPostProcessor ;
7
7
import io .honeycomb .beeline .tracing .Tracer ;
8
+ import io .honeycomb .beeline .tracing .TracerSpan ;
8
9
import io .honeycomb .beeline .tracing .Tracing ;
9
10
import io .honeycomb .beeline .tracing .sampling .Sampling ;
10
11
import io .honeycomb .libhoney .HoneyClient ;
@@ -75,8 +76,8 @@ public Span startRootTracer( String spanName )
75
76
.setSpanName ( spanName )
76
77
.setServiceName ( "indy" )
77
78
.build ();
78
- beeline .getTracer ().startTrace ( rootSpan );
79
- return rootSpan ;
79
+ return beeline .getTracer ().startTrace ( rootSpan );
80
+ // return rootSpan;
80
81
}
81
82
82
83
return null ;
You can’t perform that action at this time.
0 commit comments