提交 242ce800 编写于 作者: L lytscu

Remove tag: activeSpan.tag(CommandError, cresult.getErrorMessage());

上级 626ef11f
......@@ -73,7 +73,6 @@ public class MongoDBCollectionMethodInterceptor implements InstanceMethodsAround
cresult = aresult.getCommandResult();
}
if (null != cresult && !cresult.ok()) {
activeSpan.tag("CommandError", cresult.getErrorMessage());
activeSpan.log(cresult.getException());
}
ContextManager.stopSpan();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册