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

移动源码位置

上级 5b87d7a2
......@@ -42,6 +42,10 @@ public class AckSpan extends AbstractDataSerializable {
*/
private String exceptionStack = "";
/**
* 埋点入参列表,补充时触发
*/
private Map<String, String> paramters = new HashMap<String, String>();
public AckSpan(Span spanData) {
this.traceId = spanData.getTraceId();
......@@ -52,11 +56,6 @@ public class AckSpan extends AbstractDataSerializable {
this.exceptionStack = spanData.getExceptionStack();
}
/**
* 埋点入参列表,补充时触发
*/
private Map<String, String> paramters = new HashMap<String, String>();
public AckSpan() {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册