This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch cn-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/cn-site by this push:
new 571ab33b6e deploy: 9a6260337d30b5cfbefd8b384f531f60f8271b3c
571ab33b6e is described below
commit 571ab33b6e9ca51c2504b34d6068381606107aea
Author: AlbumenJ <[email protected]>
AuthorDate: Sat Apr 15 03:30:51 2023 +0000
deploy: 9a6260337d30b5cfbefd8b384f531f60f8271b3c
---
sitemap.xml | 2 +-
zh-cn/overview/mannual/golang-sdk/quickstart/index.xml | 10 +++++-----
.../overview/mannual/golang-sdk/quickstart/install/index.html | 6 +++---
.../mannual/golang-sdk/quickstart/quickstart_triple/index.html | 6 +++---
.../quickstart/quickstart_triple_with_customize/index.html | 6 +++---
zh-cn/overview/quickstart/go/index.xml | 9 +++++----
zh-cn/overview/quickstart/go/install/index.html | 6 +++---
zh-cn/overview/reference/metrics/index.xml | 2 +-
zh-cn/overview/reference/metrics/standard_metrics/index.html | 8 ++++----
zh-cn/sitemap.xml | 2 +-
10 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/sitemap.xml b/sitemap.xml
index 3f9f130e05..4f0b772d50 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-04-15T11:26:00+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-04-12T00:54:23+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-04-15T11:26:47+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-04-12T00:54:23+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/overview/mannual/golang-sdk/quickstart/index.xml
b/zh-cn/overview/mannual/golang-sdk/quickstart/index.xml
index a4009f8f08..0c039dd60c 100644
--- a/zh-cn/overview/mannual/golang-sdk/quickstart/index.xml
+++ b/zh-cn/overview/mannual/golang-sdk/quickstart/index.xml
@@ -4,11 +4,11 @@
<p>go version &gt;= go 1.15。建议使用最新版 go 1.19</p>
</blockquote>
<p><a href="https://golang.google.cn/">【Go 语言官网下载地址】</a></p>
-<p>将 $GOPATH/bin 加入环境变量</p>
+<p>安装成功后将 <code>$GOPATH/bin</code> 加入环境变量</p>
<h3 id="2-安装序列化工具protoc">2. 安装序列化工具protoc</h3>
<p><a
href="https://github.com/protocolbuffers/protobuf/releases">【protoc
下载地址】</a></p>
<h3 id="3-安装-dubbogo-cli-以及相关插件">3. 安装 dubbogo-cli 以及相关插件</h3>
-<p>执行以下指令安装dubbogo-cli 至 $GOPATH/bin</p>
+<p>执行以下指令安装dubbogo-cli 至 <code>$GOPATH/bin</code></p>
<div class="highlight"><pre tabindex="0"
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>$ <span
style="color:#b58900">export</span> <span
style="color:#268bd2">GOPROXY</span><span
style="color:#719e07">=</span><span
style="color:#2aa198">&#34;https://goproxy.cn&#34;</span>
</span></span><span style="display:flex;"><span>$ go install
github.com/dubbogo/dubbogo-cli@latest
</span></span><span style="display:flex;"><span>$ dubbogo-cli
@@ -100,8 +100,8 @@
</span></span></code></pre></div><p>先后启动服务端和客户端: 开启两个终端,在
go-server/cmd 和 go-client/cmd 文件夹下分别执行 <code>go run .</code> ,
可在客户端看到输出:</p>
<div class="highlight"><pre tabindex="0"
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-shell" data-lang="shell"><span
style="display:flex;"><span>client response result: name:<span
style="color:#2aa198">&#34;Hello laurence&#34;</span> id:<span
style="color:#2aa198">&#34;12345&#34;</span> age:21
</span></span></code></pre></div><p>获得调用结果成功</p>
-<blockquote>
<h2 id="更多">更多</h2>
+<blockquote>
<p>细心的读者可以发现,以上例子编写的的服务端可以接受来自客户端的普通RPC、流式RPC调用请求。目前只编写了普通调用的Client,读者可以根据
samples 库中的例子来尝试编写流式客户端和服务端。</p>
</blockquote></description></item><item><title>Overview: 完成一次自己定义接口的版本 RPC
调用</title><link>https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/</guid><description>
<h2 id="1实现概述">1.实现概述</h2>
@@ -262,7 +262,7 @@ client.go 代码如下</p>
</span></span><span style="display:flex;"><span>……
</span></span><span
style="display:flex;"><span>2022-12-30T20:59:19.971+0800 INFO
cmd/client.go:44 start to <span style="color:#b58900">test</span> dubbo
</span></span><span
style="display:flex;"><span>2022-12-30T20:59:19.982+0800 INFO
cmd/client.go:52 get id result: aafd9c73-4014-4d67-a67f-5d107105647b
-</span></span></code></pre></div><blockquote>
-<h2 id="更多">更多</h2>
+</span></span></code></pre></div><h2 id="更多">更多</h2>
+<blockquote>
<p>可以发现注册中心我们是使用nacos,当然,我们也可以使用其他的注册中心,更多的使用方式,可以参考<a
href="https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/">注册中心</a></p>
</blockquote></description></item></channel></rss>
\ No newline at end of file
diff --git a/zh-cn/overview/mannual/golang-sdk/quickstart/install/index.html
b/zh-cn/overview/mannual/golang-sdk/quickstart/install/index.html
index bc0b10ddad..10e4925235 100644
--- a/zh-cn/overview/mannual/golang-sdk/quickstart/install/index.html
+++ b/zh-cn/overview/mannual/golang-sdk/quickstart/install/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/install/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content="width=dev [...]
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/install/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content="width=dev [...]
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
as=style><link
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js
integrity="sha256-9/a [...]
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta
name=theme-color content="#326ce5"><link rel=stylesheet
href=/css/feature-states.css><meta name=description content="安装 Dubbo-go
开发环境"><meta property="og:description" content="安装 Dubbo-go 开发环境"><meta
name=twitter:description content="安装 Dubbo-go 开发环境"><meta property="og:url"
content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/install/"><meta
property="og:title" content="安装 Dubbo-go [...]
<link href=/css/community.css rel=stylesheet><link href=/css/contactus.css
rel=stylesheet><link href=/css/language.css rel=stylesheet><script
src=/js/script.js></script></head><body class="td-page
td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a
class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span
class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class="
[...]
@@ -725,7 +725,7 @@
<label for=m-zh-cnoverviewreferenceproposalsadmin-check><a
href=/zh-cn/overview/reference/proposals/admin/ title="Dubbo Admin 控制面总体架构设计"
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsadmin><span>Admin
架构设计</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsmetrics-li><input type=checkbox
id=m-zh-cnoverviewreferenceproposalsmetrics-check>
<label for=m-zh-cnoverviewreferenceproposalsmetrics-check><a
href=/zh-cn/overview/reference/proposals/metrics/ class="align-left pl-0
td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsmetrics><span>指标埋点</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-li><input
type=checkbox id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check>
<label for=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check><a
href=/zh-cn/overview/reference/proposals/heuristic-flow-control/
title=自适应负载均衡与限流 class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control><span>服务柔性</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsservice-discovery-li><input type=checkbox
id=m-zh-cnoverviewref [...]
-<label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li [...]
+<label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li [...]
</span></span><span style=display:flex><span>$ go install
github.com/dubbogo/dubbogo-cli@latest
</span></span><span style=display:flex><span>$ dubbogo-cli
</span></span><span style=display:flex><span>hello
@@ -737,7 +737,7 @@
</span></span><span style=display:flex><span>$ protoc-gen-go-triple --version
</span></span><span style=display:flex><span>protoc-gen-go-triple 1.0.8
</span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p
class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4
feedback--yes">是</button>
-<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
+<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/golang-sdk/quickstart/install.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e5%ae%89%e8%a3%85%20Dubbo-go%20%e5%bc%80%e5%8f%91%e7%8e%af%e5%a2%83"
target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><ul><li><a
href=#1-安装go语言环境>1. 安装Go语言环境</a></li><li><a href=#2-安装序列化工具protoc>2.
安装序列化工具protoc</a></li><li><a href=#3-安装-dubbogo-cli-以及相关插件>3. 安装 dubbogo-cli
以及相关插件</a></li></ul></li></ul></nav></div></div></div></div><footer
class="bg-dark py-5 row d-print-none footer-margin-0"><div
class="container-fluid mx-sm-5"><div class=row><div class="c [...]
diff --git
a/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/index.html
b/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/index.html
index fc8e582cc5..7a483d4ad9 100644
--- a/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/index.html
+++ b/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content= [...]
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content= [...]
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
as=style><link
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js
integrity="sha256-9/a [...]
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta
name=theme-color content="#326ce5"><link rel=stylesheet
href=/css/feature-states.css><meta name=description content="完成一次 RPC 调用"><meta
property="og:description" content="完成一次 RPC 调用"><meta name=twitter:description
content="完成一次 RPC 调用"><meta property="og:url"
content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple/"><meta
property="og:title" content="完成一次 RPC 调用"><me [...]
<link href=/css/community.css rel=stylesheet><link href=/css/contactus.css
rel=stylesheet><link href=/css/language.css rel=stylesheet><script
src=/js/script.js></script></head><body class="td-page
td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a
class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span
class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class="
[...]
@@ -787,8 +787,8 @@
</span></span><span style=display:flex><span> <span
style=color:#719e07>...</span>
</span></span><span style=display:flex><span>)
</span></span></code></pre></div><p>先后启动服务端和客户端: 开启两个终端,在 go-server/cmd 和
go-client/cmd 文件夹下分别执行 <code>go run .</code> , 可在客户端看到输出:</p><div
class=highlight><pre tabindex=0
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-shell data-lang=shell><span style=display:flex><span>client
response result: name:<span style=color:#2aa198>"Hello laurence"</span>
id:<span style=color:#2aa198>"12345"</span> age:21
-</span></span></code></pre></div><p>获得调用结果成功</p><blockquote><h2
id=更多>更多</h2><p>细心的读者可以发现,以上例子编写的的服务端可以接受来自客户端的普通RPC、流式RPC调用请求。目前只编写了普通调用的Client,读者可以根据
samples 库中的例子来尝试编写流式客户端和服务端。</p></blockquote><div id=pre-footer><h2>反馈</h2><p
class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4
feedback--yes">是</button>
-<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
+</span></span></code></pre></div><p>获得调用结果成功</p><h2
id=更多>更多</h2><blockquote><p>细心的读者可以发现,以上例子编写的的服务端可以接受来自客户端的普通RPC、流式RPC调用请求。目前只编写了普通调用的Client,读者可以根据
samples 库中的例子来尝试编写流式客户端和服务端。</p></blockquote><div id=pre-footer><h2>反馈</h2><p
class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4
feedback--yes">是</button>
+<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e5%ae%8c%e6%88%90%e4%b8%80%e6%ac%a1%20RPC%20%e8%b0%83%e7%94%a8"
target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><a
href=#1-生成-demo-项目>1. 生成 Demo 项目</a><ul><li><a href=#11-查看接口描述文件>1.1
查看接口描述文件</a></li><li><a href=#12-可选-使用安装好的编译工具编译-pb-接口>1.2 (*可选) 使用安装好的编译工具编译
pb 接口</a></li></ul></li><li><a href=#2-开启一次rpc调用>2. 开启一次RPC调用</a></li><li><a
href=#更多>更多</a></li></ul></nav></div></div></div></div><footer class="bg-dark
py-5 row d-print-none footer-margin-0"> [...]
diff --git
a/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/index.html
b/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/index.html
index a7e4c1bd5a..7d1c5d938d 100644
---
a/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/index.html
+++
b/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=vi [...]
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=vi [...]
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
as=style><link
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js
integrity="sha256-9/a [...]
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta
name=theme-color content="#326ce5"><link rel=stylesheet
href=/css/feature-states.css><meta name=description content="完成一次 RPC
调用自己定义接口的版本"><meta property="og:description" content="完成一次 RPC
调用自己定义接口的版本"><meta name=twitter:description content="完成一次 RPC
调用自己定义接口的版本"><meta property="og:url"
content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize/"><meta
pro [...]
<link href=/css/community.css rel=stylesheet><link href=/css/contactus.css
rel=stylesheet><link href=/css/language.css rel=stylesheet><script
src=/js/script.js></script></head><body class="td-page
td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a
class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span
class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class="
[...]
@@ -867,8 +867,8 @@ client.go 代码如下</p><div class=highlight><pre tabindex=0
style=color:#93a1
</span></span><span style=display:flex><span>……
</span></span><span style=display:flex><span>2022-12-30T20:59:19.971+0800
INFO cmd/client.go:44 start to <span style=color:#b58900>test</span>
dubbo
</span></span><span style=display:flex><span>2022-12-30T20:59:19.982+0800
INFO cmd/client.go:52 get id result:
aafd9c73-4014-4d67-a67f-5d107105647b
-</span></span></code></pre></div><blockquote><h2
id=更多>更多</h2><p>可以发现注册中心我们是使用nacos,当然,我们也可以使用其他的注册中心,更多的使用方式,可以参考<a
href=/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/>注册中心</a></p></blockquote><div
id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button
class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
+</span></span></code></pre></div><h2
id=更多>更多</h2><blockquote><p>可以发现注册中心我们是使用nacos,当然,我们也可以使用其他的注册中心,更多的使用方式,可以参考<a
href=/zh-cn/overview/mannual/golang-sdk/tutorial/develop/registry/>注册中心</a></p></blockquote><div
id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button
class="btn btn-primary mb-4 feedback--yes">是</button>
+<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/golang-sdk/quickstart/quickstart_triple_with_customize.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-start
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e5%ae%8c%e6%88%90%e4%b8%80%e6%ac%a1%e8%87%aa%e5%b7%b1%e5%ae%9a%e4%b9%89%e6%8e%a5%e5%8f%a3%e7%9a%84%e7%89%88%e6%9c%ac%20RPC%20%e8%b0%83%e7%94%a8"
target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><a
href=#1实现概述>1.实现概述</a></li><li><a href=#2-服务端实现>2. 服务端实现</a></li><li><a
href=#2-客户端使用>2. 客户端使用</a></li><li><a
href=#更多>更多</a></li></ul></nav></div></div></div></div><footer class="bg-dark
py-5 row d-print-none footer-margin-0"><div class="container-fluid
mx-sm-5"><div class=row><div class="col-6 col-sm-4 text-xs-center
order-sm-2"><ul clas [...]
diff --git a/zh-cn/overview/quickstart/go/index.xml
b/zh-cn/overview/quickstart/go/index.xml
index 9c44c68cf0..8f74accdc5 100644
--- a/zh-cn/overview/quickstart/go/index.xml
+++ b/zh-cn/overview/quickstart/go/index.xml
@@ -1,13 +1,14 @@
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Apache Dubbo – Go
微服务开发入门</title><link>https://cn.dubbo.apache.org/zh-cn/overview/quickstart/go/</link><description>Recent
content in Go 微服务开发入门 on Apache Dubbo</description><generator>Hugo --
gohugo.io</generator><language>en-us</language><atom:link
href="https://cn.dubbo.apache.org/zh-cn/overview/quickstart/go/index.xml"
rel="self" type="application/rss+xml"/><item><title>Overview: 安装 Dubbo-go
开发环境</title><link [...]
<h3 id="1-安装go语言环境">1. 安装Go语言环境</h3>
-<p>建议使用最新版 go 1.17</p>
-<p>go version &gt;= go 1.15</p>
+<blockquote>
+<p>go version &gt;= go 1.15。建议使用最新版 go 1.19</p>
+</blockquote>
<p><a href="https://golang.google.cn/">【Go 语言官网下载地址】</a></p>
-<p>将 $GOPATH/bin 加入环境变量</p>
+<p>安装成功后将 <code>$GOPATH/bin</code> 加入环境变量</p>
<h3 id="2-安装序列化工具protoc">2. 安装序列化工具protoc</h3>
<p><a
href="https://github.com/protocolbuffers/protobuf/releases">【protoc
下载地址】</a></p>
<h3 id="3-安装-dubbogo-cli-以及相关插件">3. 安装 dubbogo-cli 以及相关插件</h3>
-<p>执行以下指令安装dubbogo-cli 至 $GOPATH/bin</p>
+<p>执行以下指令安装dubbogo-cli 至 <code>$GOPATH/bin</code></p>
<div class="highlight"><pre tabindex="0"
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span
style="display:flex;"><span>$ <span
style="color:#b58900">export</span> <span
style="color:#268bd2">GOPROXY</span><span
style="color:#719e07">=</span><span
style="color:#2aa198">&#34;https://goproxy.cn&#34;</span>
</span></span><span style="display:flex;"><span>$ go install
github.com/dubbogo/dubbogo-cli@latest
</span></span><span style="display:flex;"><span>$ dubbogo-cli
diff --git a/zh-cn/overview/quickstart/go/install/index.html
b/zh-cn/overview/quickstart/go/install/index.html
index 0f808d8a80..e6b38a8885 100644
--- a/zh-cn/overview/quickstart/go/install/index.html
+++ b/zh-cn/overview/quickstart/go/install/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/quickstart/go/install/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content="width=device-width,initia [...]
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/quickstart/go/install/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content="width=device-width,initia [...]
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
as=style><link
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js
integrity="sha256-9/a [...]
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta
name=theme-color content="#326ce5"><link rel=stylesheet
href=/css/feature-states.css><meta name=description content="1 - 安装 Dubbo-go
开发环境"><meta property="og:description" content="1 - 安装 Dubbo-go 开发环境"><meta
name=twitter:description content="1 - 安装 Dubbo-go 开发环境"><meta property="og:url"
content="https://cn.dubbo.apache.org/zh-cn/overview/quickstart/go/install/"><meta
property="og:title" content="安装 Dubbo-go 开发环 [...]
<link href=/css/community.css rel=stylesheet><link href=/css/contactus.css
rel=stylesheet><link href=/css/language.css rel=stylesheet><script
src=/js/script.js></script></head><body class="td-page
td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a
class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span
class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class="
[...]
@@ -725,7 +725,7 @@
<label for=m-zh-cnoverviewreferenceproposalsadmin-check><a
href=/zh-cn/overview/reference/proposals/admin/ title="Dubbo Admin 控制面总体架构设计"
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsadmin><span>Admin
架构设计</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsmetrics-li><input type=checkbox
id=m-zh-cnoverviewreferenceproposalsmetrics-check>
<label for=m-zh-cnoverviewreferenceproposalsmetrics-check><a
href=/zh-cn/overview/reference/proposals/metrics/ class="align-left pl-0
td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsmetrics><span>指标埋点</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-li><input
type=checkbox id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check>
<label for=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check><a
href=/zh-cn/overview/reference/proposals/heuristic-flow-control/
title=自适应负载均衡与限流 class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control><span>服务柔性</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsservice-discovery-li><input type=checkbox
id=m-zh-cnoverviewref [...]
-<label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li [...]
+<label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li [...]
</span></span><span style=display:flex><span>$ go install
github.com/dubbogo/dubbogo-cli@latest
</span></span><span style=display:flex><span>$ dubbogo-cli
</span></span><span style=display:flex><span>hello
@@ -737,7 +737,7 @@
</span></span><span style=display:flex><span>$ protoc-gen-go-triple --version
</span></span><span style=display:flex><span>protoc-gen-go-triple 1.0.8
</span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p
class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4
feedback--yes">是</button>
-<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
+<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/quickstart/go/install.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%2
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e5%ae%89%e8%a3%85%20Dubbo-go%20%e5%bc%80%e5%8f%91%e7%8e%af%e5%a2%83"
target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><ul><li><a
href=#1-安装go语言环境>1. 安装Go语言环境</a></li><li><a href=#2-安装序列化工具protoc>2.
安装序列化工具protoc</a></li><li><a href=#3-安装-dubbogo-cli-以及相关插件>3. 安装 dubbogo-cli
以及相关插件</a></li></ul></li></ul></nav></div></div></div></div><footer
class="bg-dark py-5 row d-print-none footer-margin-0"><div
class="container-fluid mx-sm-5"><div class=row><div class="c [...]
diff --git a/zh-cn/overview/reference/metrics/index.xml
b/zh-cn/overview/reference/metrics/index.xml
index 6a1abec809..b25b4e7189 100644
--- a/zh-cn/overview/reference/metrics/index.xml
+++ b/zh-cn/overview/reference/metrics/index.xml
@@ -85,7 +85,7 @@
<td>消费者正在处理的发送的请求数</td>
</tr>
<tr>
-<td>dubbo_provider_requests_succeed_total</td>
+<td>dubbo_consumer_requests_succeed_total</td>
<td>消费者请求成功发送的请求数</td>
</tr>
<tr>
diff --git a/zh-cn/overview/reference/metrics/standard_metrics/index.html
b/zh-cn/overview/reference/metrics/standard_metrics/index.html
index 5ebdd570fc..760568bdba 100644
--- a/zh-cn/overview/reference/metrics/standard_metrics/index.html
+++ b/zh-cn/overview/reference/metrics/standard_metrics/index.html
@@ -1,6 +1,6 @@
<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/><script>var
_hmt=_hmt||[];(function(){var
e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta
charset=utf-8><meta name=viewport content="width=device [...]
-"><meta property="og:type" content="article"><meta property="og:url"
content="https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2023-04-07T23:45:41+08:00"><meta
property="og:site_name" content="Apache Dubbo"><meta itemprop=name
content="Dubbo 框架标准监控指标"><meta itemprop=description content="描述了 Dubbo
中统计的一些标准监控指标。
-"><meta itemprop=dateModified content="2023-04-07T23:45:41+08:00"><meta
itemprop=wordCount content="438"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title content="Dubbo
框架标准监控指标"><meta name=twitter:description content="描述了 Dubbo 中统计的一些标准监控指标。
+"><meta property="og:type" content="article"><meta property="og:url"
content="https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2023-04-15T11:26:47+08:00"><meta
property="og:site_name" content="Apache Dubbo"><meta itemprop=name
content="Dubbo 框架标准监控指标"><meta itemprop=description content="描述了 Dubbo
中统计的一些标准监控指标。
+"><meta itemprop=dateModified content="2023-04-15T11:26:47+08:00"><meta
itemprop=wordCount content="438"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title content="Dubbo
框架标准监控指标"><meta name=twitter:description content="描述了 Dubbo 中统计的一些标准监控指标。
"><script async
src="https://www.googletagmanager.com/gtag/js?id=G-NM6FFMT51J"></script>
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
as=style><link
href=/scss/main.min.7fa6d3c7f521df6fedf4e016ce03c86424bbf48f7b0d070a25f450054a7fcfeb.css
rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js
integrity="sha256-9/a [...]
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta
name=theme-color content="#326ce5"><link rel=stylesheet
href=/css/feature-states.css><meta name=description content="描述了 Dubbo
中统计的一些标准监控指标。
@@ -731,8 +731,8 @@
<label for=m-zh-cnoverviewreferenceproposalsadmin-check><a
href=/zh-cn/overview/reference/proposals/admin/ title="Dubbo Admin 控制面总体架构设计"
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsadmin><span>Admin
架构设计</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsmetrics-li><input type=checkbox
id=m-zh-cnoverviewreferenceproposalsmetrics-check>
<label for=m-zh-cnoverviewreferenceproposalsmetrics-check><a
href=/zh-cn/overview/reference/proposals/metrics/ class="align-left pl-0
td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsmetrics><span>指标埋点</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-li><input
type=checkbox id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check>
<label for=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check><a
href=/zh-cn/overview/reference/proposals/heuristic-flow-control/
title=自适应负载均衡与限流 class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control><span>服务柔性</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceproposalsservice-discovery-li><input type=checkbox
id=m-zh-cnoverviewref [...]
-<label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li [...]
-<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
+<label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li [...]
+<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/reference/Metrics/standard_metrics.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22f
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=Dubbo%20%e6%a1%86%e6%9e%b6%e6%a0%87%e5%87%86%e7%9b%91%e6%8e%a7%e6%8c%87%e6%a0%87"
target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><ul><li><a
href=#dubbo-指标含义>Dubbo
指标含义</a></li></ul></li></ul></nav></div></div></div></div><footer
class="bg-dark py-5 row d-print-none footer-margin-0"><div
class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4
text-xs-center order-sm-2"><ul class="list-inline mb-0"><li
class="list-inline-item mx-2 h3" data-toggle=toolti [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index 273676d64f..2e81a71013 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://cn.dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://cn.dubbo.apache.org/zh-cn/overview/mannu
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://cn.dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://cn.dubbo.apache.org/zh-cn/overview/mannu
[...]
\ No newline at end of file