提交 5b853ec3 编写于 作者: wu-sheng's avatar wu-sheng

Revert "Add new trace segment for improving sampling performance."

This reverts commit 323468f0.
上级 323468f0
package org.skywalking.apm.trace;
/**
* @author wusheng
*/
public interface AbstractTraceSegment {
}
...@@ -19,7 +19,7 @@ import java.util.List; ...@@ -19,7 +19,7 @@ import java.util.List;
* <p> * <p>
* Created by wusheng on 2017/2/17. * Created by wusheng on 2017/2/17.
*/ */
public class TraceSegment implements AbstractTraceSegment{ public class TraceSegment {
private static final String ID_TYPE = "Segment"; private static final String ID_TYPE = "Segment";
/** /**
......
package org.skywalking.apm.trace;
/**
* @author wusheng
*/
public class UnsampleTraceSegment {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册