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 66ce5c9b9b5 deploy: 0e7f15f262e9c86b957da649ad753e7283935829
66ce5c9b9b5 is described below
commit 66ce5c9b9b528cf1d11091912051727efd951087
Author: AlexStocks <[email protected]>
AuthorDate: Sun Jun 22 10:07:34 2025 +0000
deploy: 0e7f15f262e9c86b957da649ad753e7283935829
---
sitemap.xml | 2 +-
.../overview/mannual/java-sdk/tasks/rate-limit/sentinel/index.html | 6 +++---
zh-cn/sitemap.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sitemap.xml b/sitemap.xml
index 9c2e63a5914..769471d95ea 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>2025-06-22T18:00:51+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2025-06-22T18:00:51+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>2025-06-22T18:02:00+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2025-06-22T18:00:51+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git
a/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/index.html
b/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/index.html
index c6a64e1fe1e..72298380685 100644
--- a/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/index.html
+++ b/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/index.html
@@ -1,5 +1,5 @@
<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=en
href=https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/rate-limit/sentinel/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDomain","*.dubbo.apache.org"]),_paq.push
[...]
-<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="使用 Sentinel 应对突发流量,保护您的应用"><meta property="og:description" content="使用
Sentinel 保护您的 Dubbo 应用,防止应用因个别服务的突发流量过载而出现稳定性问题。"><meta property="og:locale"
content="zh_cn"><meta property="og:type" content="article"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2024-09-13T15:29:11+08:00"><meta
itemprop=name content="使用 Sentinel 应对突发流量,保护您的应用"><meta itemprop [...]
+<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="使用 Sentinel 应对突发流量,保护您的应用"><meta property="og:description" content="使用
Sentinel 保护您的 Dubbo 应用,防止应用因个别服务的突发流量过载而出现稳定性问题。"><meta property="og:locale"
content="zh_cn"><meta property="og:type" content="article"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2025-06-22T18:02:00+08:00"><meta
itemprop=name content="使用 Sentinel 应对突发流量,保护您的应用"><meta itemprop [...]
<a class=dropdown-item href=/zh-cn/overview/notices/>安全公告</a>
<a class=dropdown-item href=/zh-cn/contact/>贡献者指南</a></div></li><li
class="nav-item nav-item-line px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/blog/><span>博客</span></a></li><li class="nav-item nav-item-line
px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/download/><span>下载</span></a></li><li class="nav-item dropdown
d-lg-block"><a class="nav-link dropdown-toggle" href=# id=navbarDropdown
role=button data-toggle=dropdown aria-haspopup=true
aria-expanded=false>生态</a><div class="dropdo [...]
<a class=dropdown-item href=/zh-cn/overview/mannual/control-plane/>可视化控制台</a>
@@ -690,8 +690,8 @@
</span></span><span style=display:flex><span>
DegradeRuleManager.loadRules(rules);
</span></span><span style=display:flex><span> }
</span></span><span style=display:flex><span>}
-</span></span></code></pre></div><h2
id=sentinel控制台>Sentinel控制台</h2><p>Sentinel
的控制台可以作为流量控制、熔断降级规则统一配置和管理的入口,同时它为用户提供了多个维度的监控功能。在 Sentinel
控制台上:</p><ul><li>动态下发配置规则并实时查看流量控制效果</li><li>查看机器列表以及健康情况</li></ul><h3
id=应用如何接入控制台>应用如何接入控制台</h3><p>接入 Sentinel
控制台的步骤如下(<strong>缺一不可</strong>):</p><ol><li>按照 <a
href=https://github.com/alibaba/Sentinel/wiki/%E6%8E%A7%E5%88%B6%E5%8F%B0>Sentinel
控制台文档</a> 启动控制台</li><li>应用引入 <code>sentinel-transport-simple-http</code>
依赖,以便控制台可以拉取对应应用的相关信息</li><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
[...]
+</span></span></code></pre></div><h2
id=sentinel控制台>Sentinel控制台</h2><p>Sentinel
的控制台可以作为流量控制、熔断降级规则统一配置和管理的入口,同时它为用户提供了多个维度的监控功能。在 Sentinel
控制台上:</p><ul><li>动态下发配置规则并实时查看流量控制效果</li><li>查看机器列表以及健康情况</li></ul><h3
id=应用如何接入控制台>应用如何接入控制台</h3><p>接入 Sentinel
控制台的步骤如下(<strong>缺一不可</strong>):</p><ol><li>按照 <a
href=https://github.com/alibaba/Sentinel/wiki/%E6%8E%A7%E5%88%B6%E5%8F%B0>Sentinel
控制台文档</a> 启动控制台</li><li>应用引入 <code>sentinel-transport-simple-http</code>
依赖,以便控制台可以拉取对应应用的相关信息</li><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/mannual/java-sdk/tasks/rate-limit/sentinel?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+th
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e4%bd%bf%e7%94%a8%20Sentinel%20%e5%ba%94%e5%af%b9%e7%aa%81%e5%8f%91%e6%b5%81%e9%87%8f%ef%bc%8c%e4%bf%9d%e6%8a%a4%e6%82%a8%e7%9a%84%e5%ba%94%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=#快速接入-sentinel>快速接入 Sentinel</a></li><li><a href=#示例详解>示例详解</a><ul><li><a
href=#provider-端限流>Provider 端限流</a></li><li><a href=#consumer-端限流>Consumer
端限流</a></li></ul></li><li><a href=#sentinel控制台>Sentinel控制台</a><ul><li><a
href=#应用如何接入控制台>应用如何接入控制台</a></li><li><a
href=#控制台功能简介>控制台功能简介</a></li></ul></li><li><a href=#参考链接>参考链接</a></li></ [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index a46135754da..155b821c273 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-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="en" href="https://dubbo.apach [...]
\ 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-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="en" href="https://dubbo.apach [...]
\ No newline at end of file