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 > >  > > While, when it displays path1234XX wrongly. AbstractMethodInterceptor doesn't work > >  > > It shows randomly without rules > >  > > 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
