无言独上机房
无言独上机房
dubbo-go的监控指标不是很完善,我们需要更多的监控指标来适配dubbo-admin,例如流量相关(QPS,HTTP请求成功率,超时异常,地址找不到等)。
## What is the purpose of the change ## Brief changelog ## Verifying this change ## CheckList - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo-kubernetes/issues) field for the change (usually...
拥有主从控制面,我们可以突破dubbo-cp的性能瓶颈。要求是同一个区域下可以有主控制面和多个从控制面。主控制面会把xds信息同步给从控制面,并且需要自动选主等相关功能。关注:interCp组件。
dubbo-cp的可调式性建设,暴露http- server。例如/debug/pprof,以及便于用户调试dubbo-cp的http接口。
At present, dubboctl and dubbo-kubernetes control plane need detailed testing. I need a classmate to assist me in testing together.
目前dubbo-control plane有一个代码生成工具,改工具的目的是为了开发者快速的添加crd资源。但是这个生成工具做的不够好,需要进行改善。任务需要对该工具提出自己改善的提案,然后参与工具整体的改进。在tools目录下。具体的可以参考kuma和istio相关的代码生成工具。