Skip to content

Commit 18d9629

Browse files
fgksgfti-chi-bot
authored andcommitted
use release branch
1 parent 12e89e0 commit 18d9629

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

en/monitor-a-tidb-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To configure the monitoring dashboard, perform the following steps:
250250
- For Prometheus, set the URL to `http://prometheus-operated.monitoring.svc:9090`.
251251
- For VictoriaMetrics, set the URL to `http://vmsingle-demo.monitoring.svc:8429`.
252252

253-
5. Download Grafana dashboards for TiDB components using the [`get-grafana-dashboards.sh`](https://raw.githubusercontent.com/pingcap/tidb-operator/refs/heads/main/hack/get-grafana-dashboards.sh) script and import them manually into Grafana.
253+
5. Download Grafana dashboards for TiDB components using the [`get-grafana-dashboards.sh`](<https://raw.githubusercontent.com/pingcap/tidb-operator/refs/heads/{{{ .release_branch }}}/hack/get-grafana-dashboards.sh>) script and import them manually into Grafana.
254254

255255
## Configure alerts
256256

variables.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"tidb_operator_version": "v2.0.0",
3-
"tidb_version": "v8.5.2"
3+
"tidb_version": "v8.5.2",
4+
"release_branch": "release-2.0"
45
}

zh/monitor-a-tidb-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ TiDB 集群的监控包括两部分:[监控数据采集](#监控数据采集)
250250
- 如果使用 Prometheus 采集监控指标,设置 URL 为 `http://prometheus-operated.monitoring.svc:9090`。
251251
- 如果使用 VictoriaMetrics 采集监控指标,设置 URL 为 `http://vmsingle-demo.monitoring.svc:8429`。
252252

253-
5. 可以使用 [`get-grafana-dashboards.sh`](https://raw.githubusercontent.com/pingcap/tidb-operator/refs/heads/main/hack/get-grafana-dashboards.sh) 脚本下载各组件的监控面板,然后手动导入到 Grafana 中。
253+
5. 可以使用 [`get-grafana-dashboards.sh`](<https://raw.githubusercontent.com/pingcap/tidb-operator/refs/heads/{{{ .release_branch }}}/hack/get-grafana-dashboards.sh>) 脚本下载各组件的监控面板,然后手动导入到 Grafana 中。
254254

255255
## 告警配置
256256

0 commit comments

Comments
 (0)