You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/08/10 08:13:14 UTC

[GitHub] [skywalking] daimingzhi commented on issue #6932: [Synthetic monitoring] Make SkyWalking as a core component when doing mock traffic testing on product env.

daimingzhi commented on issue #6932:
URL: https://github.com/apache/skywalking/issues/6932#issuecomment-895825310


   Excuse me, I ran into a similar problem, but, not a full link pressure testing scenario。
   We have written many javaAgent based on skywalking。At the beginning,these java agents work in isolation,like this:
   
   > -javaagent:skywalking.jar  -javaagent:subEnvAgent.jar -javaagent:infoCollectAgent.jar 
   
   the subEnvAgent and infoCollectAgent is written based on skywalking。
   
   However, as the number of agents grows, it becomes more difficult to maintain all agents.
   
   In the end, we decided to merge all agents to one。Because of this, the problems mentioned above comed。
   
   skywalkingAgent and infoCollectAgent both define a plugin for the same class at the same time, but skywalking 's responsibility is for trace collection, and infoCollectAgent  is to collect other information。At this time, only one plugin will take effect。
   
   To solve this problem, we made a change similar to @stateIs0  has did。
   
   In my opinion, maybe for extension of skywalking, multi-interceptors should be supported。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org