提交 b453d7dd 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #120 from ascrutae/feature/3.0

fix start time of span is zero issue
......@@ -94,6 +94,9 @@ public class SkyWalkingSpanBuilder implements Tracer.SpanBuilder {
@Override
public Span start() {
if (startTime == 0){
startTime = System.currentTimeMillis();
}
return new SkyWalkingSpan(this.operationName, this.startTime, this.tags);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册