This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9db74172de :technologist: change dashboard to new address (#2508)
9db74172de is described below

commit 9db74172de156732308b592edfea7d41317db061
Author: songxiaosheng <[email protected]>
AuthorDate: Tue Apr 11 09:35:35 2023 +0800

    :technologist: change dashboard to new address (#2508)
---
 content/zh-cn/overview/reference/integrations/grafana.md | 4 ++--
 content/zh-cn/overview/tasks/observability/grafana.md    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/zh-cn/overview/reference/integrations/grafana.md 
b/content/zh-cn/overview/reference/integrations/grafana.md
index ff21b4de48..eeb76fee07 100644
--- a/content/zh-cn/overview/reference/integrations/grafana.md
+++ b/content/zh-cn/overview/reference/integrations/grafana.md
@@ -14,7 +14,7 @@ Grafana 是一种开源的监控解决方案,可用于为 Dubbo 配置可视
 
 以下是 Dubbo 社区提供的默认指标面板,您配置好数据源并直接导入使用即可。如果默认面板不能满足要求,您还可以自定义 Grafana 面板。
 
-* [**Apache Dubbo Observability 
Dashboard:**](https://grafana.com/grafana/dashboards/18051)
+* [**Apache Dubbo Observability 
Dashboard:**](https://grafana.com/grafana/dashboards/18469)
 * [**JVM (Micrometer) 
Dashboard:**](https://grafana.com/grafana/dashboards/4701)
 
 您可以通过以下几种方式快速的导入 Grafana 监控面板。
@@ -50,7 +50,7 @@ $ GRAFANA_DATASOURCE="Prometheus"
 $ # The version of Dubbo to deploy
 $ VERSION=3.2.0
 $ # Import all Dubbo dashboards
-$ for DASHBOARD in 18051 4701; do
+$ for DASHBOARD in 18469 4701; do
 $     #REVISION="$(curl -s 
https://grafana.com/api/dashboards/${DASHBOARD}/revisions -s | jq ".items[] | 
select(.description | contains(\"${VERSION}\")) | .revision")"
 $     REVISION=1
 $     curl -s 
https://grafana.com/api/dashboards/${DASHBOARD}/revisions/${REVISION}/download 
> /tmp/dashboard.json
diff --git a/content/zh-cn/overview/tasks/observability/grafana.md 
b/content/zh-cn/overview/tasks/observability/grafana.md
index 032996e96b..e3bebae9b1 100644
--- a/content/zh-cn/overview/tasks/observability/grafana.md
+++ b/content/zh-cn/overview/tasks/observability/grafana.md
@@ -76,6 +76,6 @@ TBD
 
 Dubbo 提供了丰富的指标面板,以上视图面板均可以在 Grafana 官方面板库中找到:您可以直接导入如下模版,并配置好数据源即可。
 
-**Apache Dubbo Observability Dashboard:**  
[https://grafana.com/grafana/dashboards/18051](https://grafana.com/grafana/dashboards/18051)
+**Apache Dubbo Observability Dashboard:**  
[https://grafana.com/grafana/dashboards/18469](https://grafana.com/grafana/dashboards/18469)
 
 **JVM (Micrometer) Dashboard:** 
[https://grafana.com/grafana/dashboards/4701](https://grafana.com/grafana/dashboards/4701)

Reply via email to