wangguan
wangguan
Fix: https://github.com/casdoor/casdoor/issues/922 1. rewrite database CRUD methods in adapter.go to support both xorm and mongodb 2. add unit test for adapter.go 3. TODO: database operations in object package(except application.go) need...
- [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...
- Improve dubbo-go's metrics instrumentation and strictly follow the naming convention of metrics. (完善 dubbo-go 的指标埋点并严格遵循指标的命名规范) - Realize the metrics reporting strategy of active push and passive pull. (实现主动推送和被动拉取两种方式的指标上报策略)
## Problem description In the process of configuring and starting otel.tracing, set it according to the following configuration: ```golang ins, err := dubbo.NewInstance( dubbo.WithName("dubbo_sample_tracing"), dubbo.WithProtocol( protocol.WithTriple(), protocol.WithPort(20000), ), dubbo.WithRegistry( registry.WithZookeeper(),...
## 最终目标: Dubbo-go 核心代码指标全面对齐 [Dubbo 框架标准监控指标](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/) ## 任务规划: 如果有对于可观测性 Mertrics 开发感兴趣的朋友,可以在本 Issue 下留言钉钉号+任务子项。欢迎大家参与 dubbo-go 开源社区的开发! ### Provider-Consumer RPC 调用过程 - [ ] [Provider](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#provider-metrics) 及 [Consumer](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-metrics) - [ ] [Provider Exception](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#provider-exception)...
### Environment - Server: Dubbo-go, v3.0.5 - Client: Dubbo-go, v3.0.5 - Protocol: Triple - Registry: Nacos, v2.0.0 ### Issue description The configuration file extension only supports yaml but not yml,...
## What is the purpose of the change - Give backend basic dev code, impl "SearchApplications" HTTP API. - Define unified response body. - Define paging and sorting common request...