This is an automated email from the ASF dual-hosted git repository.
fangyc pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new f8c3aed Mod: readme.md & change.md
new 5267222 Merge pull request #448 from fangyincheng/develop
f8c3aed is described below
commit f8c3aed81b7b162f03317eb696b09cd8b8f92fc0
Author: fangyincheng <[email protected]>
AuthorDate: Sun Mar 22 21:32:00 2020 +0800
Mod: readme.md & change.md
---
CHANGE.md | 1 +
README.md | 11 ++++++++++-
README_CN.md | 12 +++++++++++-
3 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/CHANGE.md b/CHANGE.md
index ad8bc59..00b074d 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -8,6 +8,7 @@
- [Context support](https://github.com/apache/dubbo-go/pull/330)
- [Opentracing & transfer context end to end for jsonrpc
protocol](https://github.com/apache/dubbo-go/pull/335)
- [Opentracing & transfer context end to end for dubbo
protocol](https://github.com/apache/dubbo-go/pull/344)
+- [Grpc tracing for client and
server](https://github.com/apache/dubbo-go/pull/397)
- [Nacos config center](https://github.com/apache/dubbo-go/pull/357)
- [Prometheus support](https://github.com/apache/dubbo-go/pull/342)
- [Support sign and auth for
request](https://github.com/apache/dubbo-go/pull/323)
diff --git a/README.md b/README.md
index e43b1e9..2035aee 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ Finished List:
- Router
* [Condition router](https://github.com/apache/dubbo-go/pull/294)
+ * [Health check router](https://github.com/apache/dubbo-go/pull/389)
- Registry
* ZooKeeper
@@ -91,13 +92,21 @@ Finished List:
* [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)
* [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
* [GenericServiceFilter](https://github.com/apache/dubbo-go/pull/291)
+ * [Auth/Sign](https://github.com/apache/dubbo-go/pull/323)
+ * [Metrics filter](https://github.com/apache/dubbo-go/pull/342)
+ * [Tracing filter](https://github.com/apache/dubbo-go/pull/335)
- Invoke
* [generic invoke](https://github.com/apache/dubbo-go/pull/122)
- Monitor
* Opentracing API
- * Prometheus
+ * [Prometheus](https://github.com/apache/dubbo-go/pull/342)
+
+- Tracing
+ * [For jsonrpc](https://github.com/apache/dubbo-go/pull/335)
+ * [For dubbo](https://github.com/apache/dubbo-go/pull/344)
+ * [For grpc](https://github.com/apache/dubbo-go/pull/397)
- Others:
* start check
diff --git a/README_CN.md b/README_CN.md
index e70e678..93c3e37 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -55,6 +55,7 @@ Apache License, Version 2.0
- 路由器
* [Condition router](https://github.com/apache/dubbo-go/pull/294)
+ * [Health check router](https://github.com/apache/dubbo-go/pull/389)
- 注册中心
* ZooKeeper
@@ -89,13 +90,22 @@ Apache License, Version 2.0
* [AccessLogFilter](https://github.com/apache/dubbo-go/pull/214)
* [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)
* [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
+ * [Auth/Sign](https://github.com/apache/dubbo-go/pull/323)
+ * [Metrics filter](https://github.com/apache/dubbo-go/pull/342)
+ * [Tracing filter](https://github.com/apache/dubbo-go/pull/335)
- 调用
* [泛化调用](https://github.com/apache/dubbo-go/pull/122)
- 监控
* Opentracing API
- * Prometheus
+ * [Prometheus](https://github.com/apache/dubbo-go/pull/342)
+
+- Tracing
+ * [For jsonrpc](https://github.com/apache/dubbo-go/pull/335)
+ * [For dubbo](https://github.com/apache/dubbo-go/pull/344)
+ * [For grpc](https://github.com/apache/dubbo-go/pull/397)
+
- 其他功能支持:
* 启动时检查