0-14 - Monitoring exception
It is used to count the number of RPC calls and the call time. The extension interface is MonitorFactory, and the corresponding implementation class is DubboMonitorFactroy.
Possible Reason
Users can implement the MonitorFactory extension interface of this layer to implement custom monitoring statistics strategies. In the implementation class of the custom monitoring statistics strategy, an exception occurred during business runtime.
Troubleshooting and resolution steps
Check the business class of org.apache.dubbo.monitor.MonitorFactory
interface, there may be code logic errors in the implementation method.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)