-
是否有将dubbo-monitor中一些监控能力移植到 actuator/metrics 的开发计划?比如服务的调用次数、响应时长、成功失败次数统计等信息。
daizf updated
4 years ago
-
The indicator monitoring code is separated. The Dubbo core warehouse is only responsible for initializing and automatically opening the corresponding functions based on whether the SPI exists.
-
同样的代码,实现了$Iface的同步接口,客户端调用没问题,但是实现了$Asyncface,远端一调用就报下面的错误:
com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method getUserInfo in the service com.yuntongxun.udas.service.OamUserDataService$A…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
在XA 模式下会报 :Could not open JPA Entity…
-
1.添加,能否监控mysql-dubbokeeper-server工程?
2.mysql-dubbokeeper-server 无原无故的挂掉,查日志,没相关的信息。目测是并发量太高。
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Describe the proposal
En: In fact, dubbo alread…
-
zookeeper集群在dubbokeeper-service中怎么配置
-
FastJson version 1.2.51
Object v = cacheManager.getByFst(ICacheKey.ORDER_COUPON_KEY + orderNo);
if (Validator.isNotNull(v)) {
try {
return JSON.parseO…
-
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
**Which Component**
Spring Cloud Alibaba 2.2.1 + …
-
接手项目的时候用的是dubbo框架。最近服务器负载很高想监控热点服务,发现只能查找指定服务进行调用次数的查看。想着自己扩展热点服务报表,发现官方没有2.8.3的版本,所以我在怀疑我们是不是用了你们的版本。请问有什么可以识别我们项目的框架是用的你们的版本吗?