From 4aa8ea6da53d6cde296abcec8b4b980667584710 Mon Sep 17 00:00:00 2001 From: wenxiaojie1 <18635488134@163.com> Date: Mon, 29 Jun 2026 12:01:46 +0800 Subject: [PATCH] Fix Grafana dashboard script links --- en/monitor-a-tidb-cluster.md | 2 +- zh/monitor-a-tidb-cluster.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/monitor-a-tidb-cluster.md b/en/monitor-a-tidb-cluster.md index f2d8af4a15..d5eb4b1447 100644 --- a/en/monitor-a-tidb-cluster.md +++ b/en/monitor-a-tidb-cluster.md @@ -250,7 +250,7 @@ To configure the monitoring dashboard, perform the following steps: - For Prometheus, set the URL to `http://prometheus-operated.monitoring.svc:9090`. - For VictoriaMetrics, set the URL to `http://vmsingle-demo.monitoring.svc:8429`. -5. Download Grafana dashboards for TiDB components using the [`get-grafana-dashboards.sh`]() script and import them manually into Grafana. +5. Download Grafana dashboards for TiDB components using the [`get-grafana-dashboards.sh`]() script and import them manually into Grafana. ## Configure alerts diff --git a/zh/monitor-a-tidb-cluster.md b/zh/monitor-a-tidb-cluster.md index f5f3cc729a..fd535b7583 100644 --- a/zh/monitor-a-tidb-cluster.md +++ b/zh/monitor-a-tidb-cluster.md @@ -250,7 +250,7 @@ TiDB 集群的监控包括两部分:[监控数据采集](#监控数据采集) - 如果使用 Prometheus 采集监控指标,设置 URL 为 `http://prometheus-operated.monitoring.svc:9090`。 - 如果使用 VictoriaMetrics 采集监控指标,设置 URL 为 `http://vmsingle-demo.monitoring.svc:8429`。 -5. 可以使用 [`get-grafana-dashboards.sh`]() 脚本下载各组件的监控面板,然后手动导入到 Grafana 中。 +5. 可以使用 [`get-grafana-dashboards.sh`]() 脚本下载各组件的监控面板,然后手动导入到 Grafana 中。 ## 告警配置