This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site-v2
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/asf-site-v2 by this push:
new 8d69ce4642 deploy: 2baab97ce296048304a811cf7019529588747acb
8d69ce4642 is described below
commit 8d69ce46420158394819b432299a63b5357c3309
Author: AlbumenJ <[email protected]>
AuthorDate: Sun Jun 18 05:41:12 2023 +0000
deploy: 2baab97ce296048304a811cf7019529588747acb
---
sitemap.xml | 2 +-
zh-cn/overview/reference/metrics/index.xml | 21 +++++++++++++--------
.../reference/metrics/standard_metrics/index.html | 8 ++++----
zh-cn/sitemap.xml | 2 +-
4 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/sitemap.xml b/sitemap.xml
index 20ed46295f..68ba1c9c32 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://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-06-12T19:58:29+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-05-10T11:59:30+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://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-06-18T13:36:20+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-05-10T11:59:30+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 00280f0fcf..15c46f04f0 100644
--- a/zh-cn/overview/reference/metrics/index.xml
+++ b/zh-cn/overview/reference/metrics/index.xml
@@ -176,37 +176,37 @@
<td>聚合请求失败次数,当聚合请求中有一个请求失败时候会触发此异常</td>
</tr>
<tr>
-<td>dubbo.provider.requests.timeout.total</td>
+<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>dubbo_provider_requests_limit_total</td>
<td>Total Limit Failed Requests</td>
-<td>RPC请求中一般为并发数超过了限制 max concurrent invoke
或者是超过了系统的上限出现了异常状态码为RpcException.LIMIT_EXCEEDED_EXCEPTION或者异常类型为LimitExceededException
LimitExceededException</td>
+<td>RPC请求中一般为并发数超过了限制 max concurrent invoke
或者是超过了系统的上限出现了异常状态码为RpcException_LIMIT_EXCEEDED_EXCEPTION或者异常类型为LimitExceededException
LimitExceededException</td>
</tr>
<tr>
-<td>dubbo.provider.requests.unknown.failed.total</td>
+<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>dubbo_provider_requests_failed_total</td>
<td>Total Failed Requests</td>
<td>总的异常次数</td>
</tr>
<tr>
-<td>dubbo.provider.requests.failed.network.total</td>
+<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>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>dubbo_provider_requests_failed_codec_total</td>
<td>Total codec failed</td>
<td>序列化相关的异常,异常码SERIALIZATION_EXCEPTION</td>
</tr>
@@ -429,6 +429,11 @@
<td>Thread Pool Core Size</td>
<td>线程池核心大小</td>
</tr>
+<tr>
+<td>dubbo_thread_pool_reject_thread_count</td>
+<td>Thread Pool Reject Count</td>
+<td>线程池拒绝执行任务数量</td>
+</tr>
</tbody>
</table>
<h4 id="registration-center-metrics">Registration Center Metrics</h4>
diff --git a/zh-cn/overview/reference/metrics/standard_metrics/index.html
b/zh-cn/overview/reference/metrics/standard_metrics/index.html
index 8a3a195f7a..70c53bac88 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://dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/><meta
charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.113.0"><link rel="shortcut icon" type=image/png
href=/imgs/favicon.png><link rel=apple-touch-icon
href=/favicons/apple-touch-icon-180x180.png sizes=180x180><lin [...]
-"><meta property="og:type" content="article"><meta property="og:url"
content="https://dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2023-06-02T15:19:03+08:00"><meta
itemprop=name content="Dubbo 框架标准监控指标"><meta itemprop=description content="描述了
Dubbo 中统计的一些标准监控指标。
-"><meta itemprop=dateModified content="2023-06-02T15:19:03+08:00"><meta
itemprop=wordCount content="1240"><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://dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2023-06-18T13:36:20+08:00"><meta
itemprop=name content="Dubbo 框架标准监控指标"><meta itemprop=description content="描述了
Dubbo 中统计的一些标准监控指标。
+"><meta itemprop=dateModified content="2023-06-18T13:36:20+08:00"><meta
itemprop=wordCount content="1246"><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-1TFHM5YBH0"></script>
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-1TFHM5YBH0",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css
as=style><link
href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.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
中统计的一些标准监控指标。
@@ -675,8 +675,8 @@
<label for=m-zh-cnoverviewreferenceprotocols-check><a
href=/zh-cn/overview/reference/protocols/ class="align-left pl-0
td-sidebar-link td-sidebar-link__section"
id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul
class="ul-3 foldable"><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox
id=m-zh-cnoverviewreferenceprotocolstriple-check>
<label for=m-zh-cnoverviewreferenceprotocolstriple-check><a
href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范"
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple
协议规范</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox
id=m-zh-cnoverviewreferenceprotocolstcp-check>
<label for=m-zh-cnoverviewreferenceprotocolstcp-check><a
href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0
td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2
协议规范</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox
id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a
href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0
td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP
协议规范</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 class=breadcrumb-item><a
href=https://dubbo.apache.org/zh-cn/o [...]
-<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-cnoverviewreferenceprotocolshttp-check><a
href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0
td-sidebar-link td-sidebar-link__page"
id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP
协议规范</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 class=breadcrumb-item><a
href=https://dubbo.apache.org/zh-cn/o [...]
+<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></main><div class="d-none d-xl-block
col-xl-2 td-toc d-print-none"><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-i [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index 7b0b278a71..451e1df7b0 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://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://dubbo.apache.org/zh-cn/overview/mannual/jav
[...]
\ 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://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://dubbo.apache.org/zh-cn/overview/mannual/jav
[...]
\ No newline at end of file