evanxuhe commented on issue #3084: Wrong display when there is pathvariable in 
path
URL: https://github.com/apache/skywalking/issues/3084#issuecomment-511762046
 
 
   > > Which is very wired. I think so
   > > And which causes **lots of endpoint data** in ES, whichi is rather bad
   > > Whats more , I have catch the params in AbstractMethodInterceptor .
   > > We can see that when it AbstractMethodInterceptor normally , it displays 
{path}rightly
   > > 
![image](https://user-images.githubusercontent.com/24379174/61287152-d93da500-a7f6-11e9-8316-6344da075a8b.png)
   > > While, when it displays path1234XX wrongly. AbstractMethodInterceptor 
doesn't work
   > > 
![image](https://user-images.githubusercontent.com/24379174/61287213-f6727380-a7f6-11e9-9de9-b2c1ba295f5d.png)
   > > It shows randomly without rules
   > > 
![image](https://user-images.githubusercontent.com/24379174/61287231-038f6280-a7f7-11e9-9c02-0ba3f6f6556e.png)
   > > So is there possibility of tomcat entry cover the mvc entry
   > 
   > I think so. But why some requests can perform normally like that no tomcat 
plugin take effect.
   > It looks like that this request direct arrive to the springMVC framework.
   > That's strange.
   
   I found some rules!
   The process id is related
   All {path}  trace ends with 0001, which means it is the first process
   While 
   All {12345} trace ends with 0003 0005 and increases which means they have 
through some processes
   Does it reminds you of some thing?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to