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 4dd060cfab deploy: da555bbf91d7636c8004728cc6347966ecf76faa
4dd060cfab is described below
commit 4dd060cfaba6427014ec5351ffdc26019306b9ff
Author: chickenlj <[email protected]>
AuthorDate: Fri Apr 7 15:51:19 2023 +0000
deploy: da555bbf91d7636c8004728cc6347966ecf76faa
---
sitemap.xml | 2 +-
zh-cn/overview/reference/metrics/index.xml | 355 ++++++++++++++++++++-
.../reference/metrics/standard_metrics/index.html | 8 +-
zh-cn/sitemap.xml | 2 +-
4 files changed, 356 insertions(+), 11 deletions(-)
diff --git a/sitemap.xml b/sitemap.xml
index 91fbc78517..64bb479976 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-06T09:39:59+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-04-03T22:00:19+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-07T23:45:41+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-04-03T22:00:19+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/overview/reference/metrics/index.xml
b/zh-cn/overview/reference/metrics/index.xml
index 684f5ddcf0..6a1abec809 100644
--- a/zh-cn/overview/reference/metrics/index.xml
+++ b/zh-cn/overview/reference/metrics/index.xml
@@ -127,10 +127,355 @@
</tbody>
</table>
<h4 id="threadpool-metrics">ThreadPool Metrics</h4>
-<p>todo</p>
+<table>
+<thead>
+<tr>
+<th>Metrics Name</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo_thread_pool_max_size</td>
+<td>Thread Pool Max Size</td>
+</tr>
+<tr>
+<td>dubbo_thread_pool_largest_size</td>
+<td>Thread Pool Largest Size</td>
+</tr>
+<tr>
+<td>dubbo_thread_pool_thread_count</td>
+<td>Thread Pool Thread Count</td>
+</tr>
+<tr>
+<td>dubbo_thread_pool_queue_size</td>
+<td>Thread Pool Queue Size</td>
+</tr>
+<tr>
+<td>dubbo_thread_pool_active_size</td>
+<td>Thread Pool Active Size</td>
+</tr>
+<tr>
+<td>dubbo_thread_pool_core_size</td>
+<td>Thread Pool Core Size</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+</tr>
+</tbody>
+</table>
<h4 id="registration-center-metrics">Registration Center Metrics</h4>
-<p>todo</p>
+<table>
+<thead>
+<tr>
+<th>Metrics Name</th>
+<th>Description</th>
+<th>说明</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo_register_rt_milliseconds_max</td>
+<td>Max Response Time</td>
+<td><strong>应用级</strong> 实例注册总的最大时间</td>
+</tr>
+<tr>
+<td>dubbo_register_rt_milliseconds_avg</td>
+<td>Average Response Time</td>
+<td><strong>应用级</strong> 实例注册总的平均时间</td>
+</tr>
+<tr>
+<td>dubbo_register_rt_milliseconds_sum</td>
+<td>Sum Response Time</td>
+<td><strong>应用级</strong> 实例注册总的注册时间</td>
+</tr>
+<tr>
+<td>dubbo_register_rt_milliseconds_min</td>
+<td>Min Response Time</td>
+<td><strong>应用级</strong> 实例注册总的最小时间</td>
+</tr>
+<tr>
+<td>dubbo_registry_register_requests_succeed_total</td>
+<td>Succeed Register Requests</td>
+<td><strong>应用级</strong> 实例注册成功的次数</td>
+</tr>
+<tr>
+<td>dubbo_registry_register_requests_total</td>
+<td>Total Register Requests</td>
+<td><strong>应用级</strong> 实例注册总次数包含成功与失败</td>
+</tr>
+<tr>
+<td>dubbo_registry_register_requests_failed_total</td>
+<td>Failed Register Requests</td>
+<td><strong>应用级</strong> 实例注册失败次数</td>
+</tr>
+<tr>
+<td>dubbo_register_rt_milliseconds_last</td>
+<td>Last Response Time</td>
+<td><strong>应用级</strong> 实例注册最新响应时间</td>
+</tr>
+<tr>
+<td>dubbo_registry_register_requests_failed_total</td>
+<td>Failed Register Requests</td>
+<td><strong>应用级</strong> 实例注册失败次数</td>
+</tr>
+<tr>
+<td>dubbo_registry_register_service_total</td>
+<td>Total Service-Level Register Requests</td>
+<td><strong>接口级</strong> 服务接口注册总数</td>
+</tr>
+<tr>
+<td>dubbo.registry.register.service.succeed.total</td>
+<td>Succeed Service-Level Register Requests</td>
+<td><strong>接口级</strong> 服务接口注册成功总数</td>
+</tr>
+<tr>
+<td>dubbo.registry.register.service.failed.total</td>
+<td>Failed Service-Level Register Requests</td>
+<td><strong>接口级</strong> 服务接口注册失败总数</td>
+</tr>
+<tr>
+<td>dubbo.registry.subscribe.service.num.total</td>
+<td>Total Service-Level Subscribe Num</td>
+<td><strong>接口级</strong> 服务接口订阅总数</td>
+</tr>
+<tr>
+<td>dubbo.registry.subscribe.service.num.succeed.total</td>
+<td>Succeed Service-Level Num</td>
+<td><strong>接口级</strong> 服务接口订阅成功总数</td>
+</tr>
+<tr>
+<td>dubbo.registry.subscribe.service.num.failed.total</td>
+<td>Failed Service-Level Num</td>
+<td><strong>接口级</strong> 服务接口订阅失败总数</td>
+</tr>
+</tbody>
+</table>
<h4 id="metadata-center-metrics">Metadata Center Metrics</h4>
-<p>todo</p>
-<h4 id="configuration-center-metrics">Configuration Center Metrics</h4>
-<p>todo</p></description></item></channel></rss>
\ No newline at end of file
+<p>部分元数据指标生效范围:当元数据为集中式配置时(report-metadata为true或者metadataType为remote)</p>
+<table>
+<thead>
+<tr>
+<th>Metrics Name</th>
+<th>Description</th>
+<th>说明</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo_metadata_push_num_total</td>
+<td>Total Num</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的成功次数,当提供者元数据发生了变更时触发</td>
+</tr>
+<tr>
+<td>dubbo_metadata_push_num_succeed_total</td>
+<td>Succeed Push Num</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的成功次数,当提供者元数据发生了变更时触发</td>
+</tr>
+<tr>
+<td>dubbo_metadata_push_num_failed_total</td>
+<td>Failed Push Num</td>
+<td><strong>提供者</strong>
推送元数据到元数据中心的失败次数,当提供者元数据发生了变更时并且出现异常触发</td>
+</tr>
+<tr>
+<td>dubbo_metadata_subscribe_num_total</td>
+<td>Total Metadata Subscribe Num</td>
+<td><strong>消费者</strong> 获取元数据的总次数,当消费者启动时本地磁盘缓存无元数据获取元数据的次数</td>
+</tr>
+<tr>
+<td>dubbo_metadata_subscribe_num_succeed_total</td>
+<td>Succeed Metadata Subscribe Num</td>
+<td><strong>消费者</strong>
获取元数据的总次数,当消费者启动时本地磁盘缓存无元数据并且成功获取元数据的次数</td>
+</tr>
+<tr>
+<td>dubbo_metadata_subscribe_num_failed_total</td>
+<td>Failed Metadata Subscribe Num</td>
+<td><strong>消费者</strong>
获取元数据的总次数,当消费者启动时本地磁盘缓存无元数据并且获取元数据失败的次数</td>
+</tr>
+<tr>
+<td>dubbo_push_rt_milliseconds_sum</td>
+<td>Sum Response Time</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的总时间</td>
+</tr>
+<tr>
+<td>dubbo_push_rt_milliseconds_last</td>
+<td>Last Response Time</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的最新耗时</td>
+</tr>
+<tr>
+<td>dubbo_push_rt_milliseconds_min</td>
+<td>Min Response Time</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的最小时间</td>
+</tr>
+<tr>
+<td>dubbo_push_rt_milliseconds_max</td>
+<td>Max Response Time</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的最大时间</td>
+</tr>
+<tr>
+<td>dubbo_push_rt_milliseconds_avg</td>
+<td>Average Response Time</td>
+<td><strong>提供者</strong> 推送元数据到元数据中心的平均时间</td>
+</tr>
+<tr>
+<td>dubbo_subscribe_rt_milliseconds_sum</td>
+<td>Sum Response Time</td>
+<td><strong>消费者</strong> 获取元数据从元数据中心的总时间</td>
+</tr>
+<tr>
+<td>dubbo_subscribe_rt_milliseconds_last</td>
+<td>Last Response Time</td>
+<td><strong>消费者</strong> 推送元数据到元数据中心的最新耗时</td>
+</tr>
+<tr>
+<td>dubbo_subscribe_rt_milliseconds_min</td>
+<td>Min Response Time</td>
+<td><strong>消费者</strong> 推送元数据到元数据中心的最小时间</td>
+</tr>
+<tr>
+<td>dubbo_subscribe_rt_milliseconds_max</td>
+<td>Max Response Time</td>
+<td><strong>消费者</strong> 推送元数据到元数据中心的最大时间</td>
+</tr>
+<tr>
+<td>dubbo_subscribe_rt_milliseconds_avg</td>
+<td>Average Response Time</td>
+<td><strong>消费者</strong> 推送元数据到元数据中心的平均时间</td>
+</tr>
+</tbody>
+</table>
+<h4 id="provider-exception">Provider Exception</h4>
+<table>
+<thead>
+<tr>
+<th>MetricsName</th>
+<th>Description</th>
+<th>说明</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo.provider.requests.business.failed.total</td>
+<td>Total Failed Business Requests</td>
+<td>当RPC请求异常状态码为 RpcException.BIZ_EXCEPTION</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.timeout.total</td>
+<td>Total Timeout Failed Requests</td>
+<td>当RPC请求异常为超时异常状态码为 RpcException.TIMEOUT_EXCEPTION</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.limit.total</td>
+<td>Total Limit Failed Requests</td>
+<td>RPC请求中一般为并发数超过了限制 max concurrent invoke
或者是超过了系统的上限出现了异常状态码为RpcException.LIMIT_EXCEEDED_EXCEPTION或者异常类型为LimitExceededException
LimitExceededException</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.unknown.failed.total</td>
+<td>Total Unknown Failed Requests</td>
+<td>暂为归类的其他类型的异常具体分析根据日志来看</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.failed.total</td>
+<td>Total Failed Requests</td>
+<td>总的异常次数</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.failed.network.total</td>
+<td>Total network Failed Requests</td>
+<td>一般发生在网络连接失败或者网络通信时候发生的异常,对应Java异常为RemotingException</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.failed.service.unavailable.total</td>
+<td>Total Service Unavailable Failed Requests</td>
+<td>当不存在提供者或者调用了被禁止访问提的提供者时候会出现此异常 ,对应异常码FORBIDDEN_EXCEPTION</td>
+</tr>
+<tr>
+<td>dubbo.provider.requests.failed.codec.total</td>
+<td>Total codec failed</td>
+<td>序列化相关的异常,异常码SERIALIZATION_EXCEPTION</td>
+</tr>
+</tbody>
+</table>
+<h4 id="consumer-exception">Consumer Exception</h4>
+<table>
+<thead>
+<tr>
+<th>MetricsName</th>
+<th>Description</th>
+<th>说明</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo.consumer.requests.business.failed.total</td>
+<td>Total Failed Business Requests</td>
+<td>当RPC请求异常状态码为RpcException.BIZ_EXCEPTION</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.timeout.total</td>
+<td>Total Timeout Failed Requests</td>
+<td>当RPC请求异常为超时异常状态码为RpcException.TIMEOUT_EXCEPTION</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.limit.total</td>
+<td>Total Limit Failed Requests</td>
+<td>RPC请求状态码为RpcException.LIMIT_EXCEEDED_EXCEPTION或者异常类型为LimitExceededException
一般为并发数超过了限制 max concurrent invoke
或者是超过了系统的上限出现了异常LimitExceededException</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.unknown.failed.total</td>
+<td>Total Unknown Failed Requests</td>
+<td>暂为归类的其他类型的异常具体分析根据日志来看</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.failed.total</td>
+<td>Total Failed Requests</td>
+<td>总的异常次数</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.failed.network.total</td>
+<td>Total network Failed Requests</td>
+<td>一般发生在网络连接失败或者网络通信时候发生的异常,对应Java异常为RemotingException</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.failed.service.unavailable.total</td>
+<td>Total Service Unavailable Failed Requests</td>
+<td>当不存在提供者或者调用了被禁止访问提的提供者时候会出现此异常 ,对应异常码FORBIDDEN_EXCEPTION</td>
+</tr>
+<tr>
+<td>dubbo.consumer.requests.failed.codec.total</td>
+<td>Total codec failed</td>
+<td>序列化相关的异常,异常码SERIALIZATION_EXCEPTION</td>
+</tr>
+</tbody>
+</table>
+<h4 id="configcenter">Configcenter</h4>
+<table>
+<thead>
+<tr>
+<th>Metrics Name</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo.configcenter.total</td>
+<td>Config Changed Total</td>
+</tr>
+</tbody>
+</table>
+<h4 id="applicationinfo">ApplicationInfo</h4>
+<table>
+<thead>
+<tr>
+<th>Metrics Name</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>dubbo_application_info_total</td>
+<td>Total Application Info</td>
+</tr>
+</tbody>
+</table></description></item></channel></rss>
\ No newline at end of file
diff --git a/zh-cn/overview/reference/metrics/standard_metrics/index.html
b/zh-cn/overview/reference/metrics/standard_metrics/index.html
index 4b9032be48..5ebdd570fc 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-03T20:47:38+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-03T20:47:38+08:00"><meta
itemprop=wordCount content="77"><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-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 中统计的一些标准监控指标。
"><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 0d2616fa7c..91d8e0556e 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