evanxuhe commented on issue #3084: Wrong display when there is pathvariable in 
path
URL: https://github.com/apache/skywalking/issues/3084#issuecomment-512061823
 
 
   > > > Our services have a lot of endpoints. It causes huge of write 
operations to es ,so we have a poor performance.
   > > 
   > > 
   > > I found that
   > > Undertow interceptor works in XNIO-I/O -1 thread
   > > SpringMVC interceptor works in XNIO-2 task1 thread
   > > XNIO-I/O -1: **Undertow**
   > > XNIO-2 task1 **Undertow+SpringMVC**
   > > Does it explains the problem
   > 
   > I should say our tomcat use nio model.
   > It absolutely makes the same result like Undertow.
   > But I should have a right result nor a random operation name
   
   Which is wired but very common in all of our environments.  Nealy all of 
endpoints show number directly rather than ${path}. 

----------------------------------------------------------------
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