diff --git a/sample-code/codeView.html b/sample-code/codeView.html index 6bd693203..2bdafdd37 100644 --- a/sample-code/codeView.html +++ b/sample-code/codeView.html @@ -78,6 +78,11 @@ new com.ai.cloud.skywalking.plugin.dubbox.bugfix.below283.BugFixAcitve();
3.dubbox调用参数包含javabean参数,并继承com.ai.cloud.skywalking.plugin.dubbox.bugfix.below283.SWBaseBean。只包含java基础类型(如:String、Integer等)的调用,无法支持追踪传递
4.客户端如果直接使用非dubbox客户端发起调用,需要在发送的参数中设置contextData。
+ + +