diff --git a/en/monitor-a-tidb-cluster.md b/en/monitor-a-tidb-cluster.md index 3b5c27389..f2d8af4a1 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/variables.json b/variables.json index 907b6fddb..998b3dce6 100644 --- a/variables.json +++ b/variables.json @@ -1,4 +1,5 @@ { "tidb_operator_version": "v2.0.0", - "tidb_version": "v8.5.2" + "tidb_version": "v8.5.2", + "tidb_operator_release_branch": "release-2.0" } diff --git a/zh/monitor-a-tidb-cluster.md b/zh/monitor-a-tidb-cluster.md index af5c4ed77..f5f3cc729 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 中。 ## 告警配置