LiWenGu commented on issue #6491:
URL: https://github.com/apache/skywalking/issues/6491#issuecomment-791186045


   I mean, why not add reportError in line 86, like this:
   ```java
    catch (Throwable t) {
       LOGGER.error(t, "send JVM metrics to Collector fail.");
       
ServiceManager.INSTANCE.findService(GRPCChannelManager.class).reportError(t);
   }
   ```
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to