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 ae22ce285d deploy: da66cd24181ad27b701b696b7b5ee2991fcfd38f
ae22ce285d is described below
commit ae22ce285de0fd50009741c81ccf7ce751da5d2c
Author: AlbumenJ <[email protected]>
AuthorDate: Thu Apr 6 01:43:42 2023 +0000
deploy: da66cd24181ad27b701b696b7b5ee2991fcfd38f
---
imgs/v3/feature/observability/provider-rt.png | Bin 0 -> 825285 bytes
imgs/v3/feature/observability/provider-stat.png | Bin 0 -> 607468 bytes
sitemap.xml | 2 +-
zh-cn/overview/core-features/index.xml | 11 ++++++-----
zh-cn/overview/core-features/observability/index.html | 7 ++++---
zh-cn/sitemap.xml | 2 +-
6 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/imgs/v3/feature/observability/provider-rt.png
b/imgs/v3/feature/observability/provider-rt.png
new file mode 100644
index 0000000000..38758d37e1
Binary files /dev/null and b/imgs/v3/feature/observability/provider-rt.png
differ
diff --git a/imgs/v3/feature/observability/provider-stat.png
b/imgs/v3/feature/observability/provider-stat.png
new file mode 100644
index 0000000000..7cd701b6a2
Binary files /dev/null and b/imgs/v3/feature/observability/provider-stat.png
differ
diff --git a/sitemap.xml b/sitemap.xml
index 5daa7da7c7..c568a3a63d 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-04-04T17:45:49+08:00</lastmod></sitemap><sitemap><loc>https://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://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-04-06T09:39:59+08:00</lastmod></sitemap><sitemap><loc>https://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/core-features/index.xml
b/zh-cn/overview/core-features/index.xml
index 00459ee34f..4a98f88b1d 100644
--- a/zh-cn/overview/core-features/index.xml
+++ b/zh-cn/overview/core-features/index.xml
@@ -603,16 +603,16 @@
<p>Dubbo 内部维护了多个纬度的可观测指标,并且支持多种方式的可视化监测。可观测性指标从总体上来说分为三个度量纬度:</p>
<ul>
<li>
-<p><strong>Admin。</strong> Admin
控制台可视化展示了集群中的应用、服务、实例及依赖关系,支持流量治理规则下发,同时还提供如服务测试、mock、文档管理等提升研发测试效率的工具。</p>
+<p><strong>Admin</strong> Admin
控制台可视化展示了集群中的应用、服务、实例及依赖关系,支持流量治理规则下发,同时还提供如服务测试、mock、文档管理等提升研发测试效率的工具。</p>
</li>
<li>
-<p><strong>Metrics。</strong> Dubbo 统计了一系列的流量指标如
QPS、RT、成功请求数、失败请求数等,还包括一系列的内部组件状态如线程池数、服务健康状态等。</p>
+<p><strong>Metrics</strong> Dubbo 统计了一系列的流量指标如
QPS、RT、成功请求数、失败请求数等,还包括一系列的内部组件状态如线程池数、服务健康状态等。</p>
</li>
<li>
-<p><strong>Tracing。</strong> Dubbo 与业界主流的链路追踪工作做了适配,包括
Skywalking、Zipkin、Jaeger 都支持 Dubbo 服务的链路追踪。</p>
+<p><strong>Tracing</strong> Dubbo 与业界主流的链路追踪工作做了适配,包括
Skywalking、Zipkin、Jaeger 都支持 Dubbo 服务的链路追踪。</p>
</li>
<li>
-<p><strong>Logging。</strong> Dubbo 支持多种日志框架适配。以 Java 体系为例,支持包括
Slf4j、Log4j2、Log4j、Logback、Jcl 等,用户可以基于业务需要选择合适的框架;同时 Dubbo 还支持 Access Log
记录请求踪迹。</p>
+<p><strong>Logging</strong> Dubbo 支持多种日志框架适配。以 Java 体系为例,支持包括
Slf4j、Log4j2、Log4j、Logback、Jcl 等,用户可以基于业务需要选择合适的框架;同时 Dubbo 还支持 Access Log
记录请求踪迹。</p>
</li>
</ul>
<h2 id="admin">Admin</h2>
@@ -624,7 +624,8 @@
<h2 id="metrics">Metrics</h2>
<p>Dubbo 运行时统计了包括
qps、rt、调用总数、成功数、失败数,失败原因统计等在内的核心服务指标,同时,为了更好的监测服务运行状态,Dubbo
还提供了对核心组件状态的监控,如线程池数量、服务健康状态等。</p>
<p>可以通过 Grafana 可视化的查看 Metrics 指标</p>
-<p><img
src="https://dubbo.apache.org/imgs/v3/feature/observability/grafana.png"
alt="Grafana 效果图"></p>
+<p><img
src="https://dubbo.apache.org/imgs/v3/feature/observability/provider-stat.png"
alt="Grafana 效果图">
+<img
src="https://dubbo.apache.org/imgs/v3/feature/observability/provider-rt.png"
alt="Grafana 效果图"></p>
<ul>
<li><a href="../../tasks/observability/grafana/">使用 Grafana 可视化展示
Metrics 指标</a></li>
<li><a href="../../tasks/observability/prometheus/">如何从 Prometheus 查询特定
Metrics 指标</a></li>
diff --git a/zh-cn/overview/core-features/observability/index.html
b/zh-cn/overview/core-features/observability/index.html
index 23bba161d8..d4e47327f1 100644
--- a/zh-cn/overview/core-features/observability/index.html
+++ b/zh-cn/overview/core-features/observability/index.html
@@ -1,4 +1,4 @@
-<!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/core-features/observability/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/core-features/observability/><meta
charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.111.3"><link rel="shortcut icon" type=image/png
href=/imgs/favic [...]
+<!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/core-features/observability/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/core-features/observability/><meta
charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.111.3"><link rel="shortcut icon" type=image/png
href=/imgs/favic [...]
<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.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="观测服务"><meta
property="og:description" content="观测服务"><meta name=twitter:description
content="观测服务"><meta property="og:url"
content="https://dubbo.apache.org/zh-cn/overview/core-features/observability/"><meta
property="og:title" content="观测服务"><meta name=twitter:title
content="观测服务"><meta name=twi [...]
<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,8 +725,9 @@
<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 [...]
+<img src=/imgs/v3/feature/observability/provider-rt.png alt="Grafana
效果图"></p><ul><li><a href=../../tasks/observability/grafana/>使用 Grafana 可视化展示
Metrics 指标</a></li><li><a href=../../tasks/observability/prometheus/>如何从
Prometheus 查询特定 Metrics 指标</a></li></ul><h2
id=tracing>Tracing</h2><p>全链路追踪对于监测分布式系统运行状态具有非常重要的价值,Dubbo 通过 Filter
拦截器实现了请求运行时的埋点跟踪,通过将跟踪数据导出到一些主流实现如 Zipkin、Skywalking、Jaeger
等,可以实现全链路跟踪数据的分析与可视化展示。</p><p><img
src=/imgs/v3/feature/observability/tracing.png alt="Tracing 效果图" [...]
+<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/core-features/observability.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+ma
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e8%a7%82%e6%b5%8b%e6%9c%8d%e5%8a%a1"
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=#admin>Admin</a></li><li><a href=#metrics>Metrics</a></li><li><a
href=#tracing>Tracing</a></li><li><a
href=#logging>Logging</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">< [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index 0790ec6b98..f55fbae349 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