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/02/03 01:40:18 UTC

[GitHub] [skywalking] wu-sheng commented on issue #6306: The compatibility between tomcat plugin & SpringMVC plugin

wu-sheng commented on issue #6306:
URL: https://github.com/apache/skywalking/issues/6306#issuecomment-772141046


   > Skywalking only collect ’/**‘ as the endpoint, without the real endpoint, when I send the request like '/api-gateway/query'.
   
   That is expected, because you code says so. You could find the real URL in the span's tag(value = 'http://ip:port/api-gateway/query'). But not as an endpoint.
   If you activate both, then the statistic will be wrong, you access the system once, the traffic will count 2, as you have both spans as entry span.


----------------------------------------------------------------
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:
users@infra.apache.org