Remove tag: activeSpan.tag(CommandError, cresult.getErrorMessage());
This commit is contained in:
parent
626ef11fef
commit
242ce80096
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue