Revert "Add new trace segment for improving sampling performance."
This reverts commit 323468f056.
This commit is contained in:
parent
323468f056
commit
5b853ec38b
|
|
@ -1,7 +0,0 @@
|
|||
package org.skywalking.apm.trace;
|
||||
|
||||
/**
|
||||
* @author wusheng
|
||||
*/
|
||||
public interface AbstractTraceSegment {
|
||||
}
|
||||
|
|
@ -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";
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
package org.skywalking.apm.trace;
|
||||
|
||||
/**
|
||||
* @author wusheng
|
||||
*/
|
||||
public class UnsampleTraceSegment {
|
||||
}
|
||||
Loading…
Reference in New Issue