Yes, it did. I checked code from motan1.1.0-1.1.1 to skywalking-3.2.6. Then I think the key is : the process of these classes is same in motan that from 1.1.0 to 1.1.1 as below:
private static final String ENHANCE_CLASS = "com.weibo.api.motan.transport.ProviderMessageRouter"; private static final String ENHANCE_CLASS = "com.weibo.api.motan.rpc.AbstractReferer"; So it works, is this reason? Of course , I had run on my own env, it did work. BTW, the java classes named in skywalking is some weird, I mean, MotanProviderInstrumentation-->com.weibo.api.motan.rpc.AbstractReferer MotanConsumerInstrumentation-->com.weibo.api.motan.transport.ProviderMessageRouter It seems named reverse. [ Full content available at: https://github.com/apache/incubator-skywalking/issues/1573 ] This message was relayed via gitbox.apache.org for [email protected]
