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

This reverts commit 323468f056.
This commit is contained in:
wusheng 2017-06-04 18:48:58 +08:00
parent 323468f056
commit 5b853ec38b
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 {
}