Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/monitor-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`](<https://raw.githubusercontent.com/pingcap/tidb-operator/refs/tags/{{{ .tidb_operator_version }}}/hack/get-grafana-dashboards.sh>) script and import them manually into Grafana.
5. Download Grafana dashboards for TiDB components using the [`get-grafana-dashboards.sh`](<https://raw.githubusercontent.com/pingcap/tidb-operator/refs/heads/{{{ .tidb_operator_release_branch }}}/hack/get-grafana-dashboards.sh>) script and import them manually into Grafana.

## Configure alerts

Expand Down
3 changes: 2 additions & 1 deletion variables.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion zh/monitor-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`](<https://raw.githubusercontent.com/pingcap/tidb-operator/refs/tags/{{{ .tidb_operator_version }}}/hack/get-grafana-dashboards.sh>) 脚本下载各组件的监控面板,然后手动导入到 Grafana 中。
5. 可以使用 [`get-grafana-dashboards.sh`](<https://raw.githubusercontent.com/pingcap/tidb-operator/refs/heads/{{{ .tidb_operator_release_branch }}}/hack/get-grafana-dashboards.sh>) 脚本下载各组件的监控面板,然后手动导入到 Grafana 中。

## 告警配置

Expand Down
Loading