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/11 03:17:58 UTC

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

JangNum commented on issue #1513: 探针埋点问题
URL: https://github.com/apache/servicecomb-java-chassis/issues/1513#issuecomment-573275299
 
 
   > 你可以看下一个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