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 2022/01/23 07:20:42 UTC

[GitHub] [servicecomb-java-chassis] haoke016 opened a new issue #2706: edge边缘网关服务健康&监控

haoke016 opened a new issue #2706:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2706


   edge边缘网关服务时,如何获取健康&监控指标呢?
   通过配置调用自己服务会出现死循环。
   
   [2022-01-23 15:20:37,589][vert.x-eventloop-thread-7][INFO][client.http.RestClientInvocation:289] Request timeout, Details: The timeout period of 30000ms has been exceeded while executing GET /health/details for server 10.45.196.87:9090.
   [2022-01-23 15:20:37,590][vert.x-eventloop-thread-7][ERROR][client.http.RestClientInvocation:50] Failed to send request, alreadyFailed:true, local:10.45.196.87:54814, remote:/10.45.196.87:9090, message=cause:VertxException,message:Connection was closed.
   [2022-01-23 15:20:37,664][vert.x-eventloop-thread-8][ERROR][client.http.RestClientInvocation:50] Failed to send request, alreadyFailed:false, local:10.45.196.87:54815, remote:/10.45.196.87:9090, message=cause:NoStackTraceTimeoutException,message:The timeout period of 30000ms has been exceeded while executing GET /health/details for server 10.45.196.87:9090.
   [2022-01-23 15:20:37,664][vert.x-eventloop-thread-8][INFO][client.http.RestClientInvocation:289] Request timeout, Details: The timeout period of 30000ms has been exceeded while executing GET /health/details for server 10.45.196.87:9090.
   [2022-01-23 15:20:37,665][vert.x-eventloop-thread-8][ERROR][client.http.RestClientInvocation:50] Failed to send request, alreadyFailed:true, local:10.45.196.87:54815, remote:/10.45.196.87:9090, message=cause:VertxException,message:Connection was closed.
   


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

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org