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 02:53:57 UTC

[GitHub] [servicecomb-java-chassis] JangNum opened a new issue #1513: 探针埋点问题

JangNum opened a new issue #1513: 探针埋点问题
URL: https://github.com/apache/servicecomb-java-chassis/issues/1513
 
 
   需要埋点获取CSE发起调用时的endpoint和微服务接口名,请问要在哪个底层类的哪个方法埋点?

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

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

Posted by GitBox <gi...@apache.org>.
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

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

Posted by GitBox <gi...@apache.org>.
JangNum closed issue #1513: 探针埋点问题
URL: https://github.com/apache/servicecomb-java-chassis/issues/1513
 
 
   

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

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

Posted by GitBox <gi...@apache.org>.
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