dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
docker run -d --name dubbo-admin -p 9600:8080 -e admin.registry.address="nacos://172.17.0.10:8848?username=nacos&password=aA5394587_" -e admin.config-center="nacos://172.17.0.10:8848?username=nacos&password=aA5394587_" -e admin.metadata-report.address="redis://172.17.0.9:6379?database=0&password=rooT@123" --restart=always apache/dubbo-admin
 确实存在内存泄露,CPU高的主要原因是GC线程 ### Environment * Dubbo Admin version: 0.6.0 * Registry center detail (type and version): nacos * Operating System version: xxx * Java version: 1.8
dubbo3.3版本使用该项目有很多问题,看issue回复都很少,是不是没人维护了?
- [ ] 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...
- [x] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe...
## What is the purpose of the change Add nacos auth info when requesting nacos openapi. ## Brief changelog Extract Nacos auth credentials from the URL and append them to...
getAllServiceNames() is fail ## What is the purpose of the change use nacos config server,call getAllServiceNames() is fail ## Brief changelog Fixed the circular query service list name ## Verifying...
## What is the purpose of the change readme 2.1 duplicate ## Brief changelog XX ## Verifying this change XXXX Follow this checklist to help us incorporate your contribution quickly...
在使用dubbo-admin mock功能的时候,如果调用方是泛化调用 是直接寻找泛化类型的mock,这看起来未做兼容。
This PR fixes an issue introduced #1338 This ensures the CounterManager component is properly registered during bootstrap initialization. I apologize for missing this critical import in the original implementation.