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

This reverts commit 323468f056.
This commit is contained in:
wusheng 2017-06-04 20:11:13 +08:00
parent d2fe1b77ae
commit 8928716f70
3 changed files with 1 additions and 15 deletions

View File

@ -1,7 +0,0 @@
package org.skywalking.apm.trace;
/**
* @author wusheng
*/
public interface AbstractTraceSegment {
}

View File

@ -19,7 +19,7 @@ import java.util.List;
* <p>
* Created by wusheng on 2017/2/17.
*/
public class TraceSegment implements AbstractTraceSegment{
public class TraceSegment {
private static final String ID_TYPE = "Segment";
/**

View File

@ -1,7 +0,0 @@
package org.skywalking.apm.trace;
/**
* @author wusheng
*/
public class UnsampleTraceSegment {
}