Revert "Revert "Add new trace segment for improving sampling performance.""
This reverts commit 5b853ec38b.
This commit is contained in:
parent
aaee8617f1
commit
d2fe1b77ae
|
|
@ -0,0 +1,7 @@
|
|||
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 {
|
||||
public class TraceSegment implements AbstractTraceSegment{
|
||||
private static final String ID_TYPE = "Segment";
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
package org.skywalking.apm.trace;
|
||||
|
||||
/**
|
||||
* @author wusheng
|
||||
*/
|
||||
public class UnsampleTraceSegment {
|
||||
}
|
||||
Loading…
Reference in New Issue