wangchengming666 opened a new issue #9272:
URL: https://github.com/apache/dubbo/issues/9272
provider开启MetricsFilter,但是在dubbo-admin获取不到线程池的统计数据
原因如下
`
private List<MetricObject> getThreadPoolMessage() {
DataStore dataStore =
extensionAccessor.getExtensionLoader(DataStore.class).getDefaultExtension();
Map<String, Object> executors =
dataStore.get(EXECUTOR_SERVICE_COMPONENT_KEY);
`
解决方案:在创建的时候将线程池信息放到`DataStore`中
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]