kezhenxu94 commented on issue #6491:
URL: https://github.com/apache/skywalking/issues/6491#issuecomment-791278414
> 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);
>
> }
>
> ```
>
>
I think it's missed, will you open a pull request to add it?
----------------------------------------------------------------
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]