This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new fd9d4c8a fix: metrics samples version not match (#325)
fd9d4c8a is described below

commit fd9d4c8a4fbd9ab3605fe00a51037f13a77546cf
Author: Laurence <[email protected]>
AuthorDate: Thu May 5 19:59:09 2022 +0800

    fix: metrics samples version not match (#325)
---
 metrics/go-client/conf/dubbogo.yml | 2 ++
 metrics/go-server/conf/dubbogo.yml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/metrics/go-client/conf/dubbogo.yml 
b/metrics/go-client/conf/dubbogo.yml
index 55cb0aac..d31f5a86 100644
--- a/metrics/go-client/conf/dubbogo.yml
+++ b/metrics/go-client/conf/dubbogo.yml
@@ -1,4 +1,6 @@
 dubbo:
+  application:
+    version: 3.0.1
   registries:
     demoZK:
       protocol: zookeeper
diff --git a/metrics/go-server/conf/dubbogo.yml 
b/metrics/go-server/conf/dubbogo.yml
index f1fc660f..a054613b 100644
--- a/metrics/go-server/conf/dubbogo.yml
+++ b/metrics/go-server/conf/dubbogo.yml
@@ -1,6 +1,6 @@
 dubbo:
   application:
-    version: 3.0.0-rc3
+    version: 3.0.1
   metrics:
     enable: true # default is true
     path: /custom-metrics-path # default is /metrics

Reply via email to