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:
[email protected]


Reply via email to