servicecomb-java-chassis icon indicating copy to clipboard operation
servicecomb-java-chassis copied to clipboard

edge边缘网关服务健康&监控

Open haoke016 opened this issue 3 years ago • 0 comments

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.

haoke016 avatar Jan 23 '22 07:01 haoke016