dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository...
版本2.7.3 因为server启动时会读取zookeeper上的config/dubbo/dubbo.properties,也就是说假如我创建了配置中心的话,第二次启动server就会报错,报错的地方在ConfigCenter.java的162行方法formUrl的URL url = URL.valueOf(config) config因为是读取zookeeper上的值 zookeeper://192.168.146.120:2181 dubbo.protocol.name 我的zk上面的global配置,如下: dubbo.registry.address=zookeeper://192.168.146.120:2181 dubbo.protocol.name=dubbo dubbo.metadata-report.address=zookeeper://192.168.146.120:2181 dubbo.application.qos-enable=true dubbo.application.qos-port=33333 dubbo.application.qos-accept-foreign-ip=false
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository...
 
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository...
服务统计无法使用。 只能看到服务查询,其他的都不好使,我在 zk 里面 /dubbo/config/dubbo/dubbo.properties 设置了 “DUBBO_REGISTRY_ADDR” 和 “DUBBO_METADATA_ADDR” 配置文件里面设置了 admin.config-center=zookeeper://192.168.0.203:2182 还是不能使用。
同一个接口,里面的一些方法可能已经过时了,没有调用,但是其他方法依赖方会调用,这种情况下要清理过时方法,但是dubbo-admin不支持方法级别的监控。
## cpu高现象  ## jvm年到代99.9%  ## 进一步跟踪查看jvm对象情况  初步判断为截图中推行存在内存泄漏问题,希望尽快修复。 有猜到此坑的同学,可暂时每日定时重启dubbo-Admin服务来规避这个问题
### Expected Result 展示出接口级别或者应用级别的信息,并且标记出来是接口级还是应用级类型 ### Actual Result 目前不支持应用级别的展示