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 2019/12/13 03:35:53 UTC

[GitHub] [skywalking] wu-sheng opened a new issue #4056: Remove local span and exit span OP name register permanently

wu-sheng opened a new issue #4056: Remove local span and exit span OP name register permanently
URL: https://github.com/apache/skywalking/issues/4056
 
 
   Today, there are endpoint register happens for entry, exit and local span, but we don’t need exit and local span OP names in 99% cases. We should remove it.
   
   The only two scenarios is 
   1. Segment query including endpoint id for endpoint dashboard page, but that page only shows entry span as endpoint, so it is safe to keep the column empty
   2. Endpoint dependency in ref header dependency analysis in the backend. Let’s ignore the scenario of end parent endpoint is local or entry. Treat it as none, and don’t generate it as endpoint relation in the OAP side.
   
   @kezhenxu94 Would you want to do this? Or I should run this removal.

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


With regards,
Apache Git Services