You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/01/08 07:35:57 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1513: 探针埋点问题

liubao68 commented on issue #1513: 探针埋点问题
URL: https://github.com/apache/servicecomb-java-chassis/issues/1513#issuecomment-571927350
 
 
   你可以看下一个RPC调用的[运行图](http://servicecomb.apache.org/cn/docs/open-design/) 。 
   
   客户端选择endpoint是在LoadBalanceHandler里面做的,然后地址信息会存到Context里面,其他Handler也会获取到。 
   
   handler接口如下:invocation里面能够取到接口和endpoint信息
   ```
   public void handle(Invocation invocation, AsyncResponse asyncResp)
   ```
   

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