add reportError (#6509)
This commit is contained in:
parent
e9196b7e20
commit
254f755a5d
|
|
@ -84,6 +84,7 @@ public class JVMMetricsSender implements BootService, Runnable, GRPCChannelListe
|
|||
}
|
||||
} catch (Throwable t) {
|
||||
LOGGER.error(t, "send JVM metrics to Collector fail.");
|
||||
ServiceManager.INSTANCE.findService(GRPCChannelManager.class).reportError(t);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue