Skip to content

Commit 09f4838

Browse files
Oreoxmtti-chi-bot
authored andcommitted
This is an automated cherry-pick of #20207
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
1 parent 754f176 commit 09f4838

File tree

4 files changed

+52
-4
lines changed

4 files changed

+52
-4
lines changed

TOC.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,37 @@
212212
- [监控 API](/tidb-monitoring-api.md)
213213
- [手动部署监控](/deploy-monitoring-services.md)
214214
- [升级监控组件](/upgrade-monitoring-services.md)
215+
- TiDB Dashboard
216+
- [简介](/dashboard/dashboard-intro.md)
217+
- 运维
218+
- [部署](/dashboard/dashboard-ops-deploy.md)
219+
- [反向代理](/dashboard/dashboard-ops-reverse-proxy.md)
220+
- [用户管理](/dashboard/dashboard-user.md)
221+
- [安全](/dashboard/dashboard-ops-security.md)
222+
- [访问](/dashboard/dashboard-access.md)
223+
- [概况页面](/dashboard/dashboard-overview.md)
224+
- [集群信息页面](/dashboard/dashboard-cluster-info.md)
225+
- [Top SQL 页面](/dashboard/top-sql.md)
226+
- [流量可视化页面](/dashboard/dashboard-key-visualizer.md)
227+
- [监控关系图](/dashboard/dashboard-metrics-relation.md)
228+
- SQL 语句分析
229+
- [列表页面](/dashboard/dashboard-statement-list.md)
230+
- [执行详情页面](/dashboard/dashboard-statement-details.md)
231+
- [慢查询页面](/dashboard/dashboard-slow-query.md)
232+
- 集群诊断页面
233+
- [访问](/dashboard/dashboard-diagnostics-access.md)
234+
- [查看报告](/dashboard/dashboard-diagnostics-report.md)
235+
- [使用示例](/dashboard/dashboard-diagnostics-usage.md)
236+
- [监控指标页面](/dashboard/dashboard-monitoring.md)
237+
- [日志搜索页面](/dashboard/dashboard-log-search.md)
238+
- [资源管控页面](/dashboard/dashboard-resource-manager.md)
239+
- 实例性能分析
240+
- [手动分析页面](/dashboard/dashboard-profiling.md)
241+
- [持续分析页面](/dashboard/continuous-profiling.md)
242+
- 会话管理与配置
243+
- [分享会话](/dashboard/dashboard-session-share.md)
244+
- [配置 SSO 登录](/dashboard/dashboard-session-sso.md)
245+
- [常见问题](/dashboard/dashboard-faq.md)
215246
- [将 Grafana 监控数据导出成快照](/exporting-grafana-snapshots.md)
216247
- [TiDB 集群报警规则与处理方法](/alert-rules.md)
217248
- [TiFlash 报警规则与处理方法](/tiflash/tiflash-alert-rules.md)
@@ -1019,6 +1050,7 @@
10191050
- [`schema_unused_indexes`](/sys-schema/sys-schema-unused-indexes.md)
10201051
- [元数据锁](/metadata-lock.md)
10211052
- [TiDB 加速建表](/accelerated-table-creation.md)
1053+
<<<<<<< HEAD
10221054
- UI
10231055
- TiDB Dashboard
10241056
- [简介](/dashboard/dashboard-intro.md)
@@ -1051,6 +1083,9 @@
10511083
- [分享会话](/dashboard/dashboard-session-share.md)
10521084
- [配置 SSO 登录](/dashboard/dashboard-session-sso.md)
10531085
- [常见问题](/dashboard/dashboard-faq.md)
1086+
=======
1087+
- [Schema 缓存](/schema-cache.md)
1088+
>>>>>>> fbf5c323fa (tidb-monitoring-framework: add TiDB Dashboard (#20207))
10541089
- [遥测](/telemetry.md)
10551090
- [错误码](/error-codes.md)
10561091
- [通过拓扑 label 进行副本调度](/schedule-replicas-by-topology-labels.md)

_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ summary: TiDB 是 PingCAP 公司自主设计、研发的开源分布式关系型
7373

7474
<LearningPath label="监控" icon="cloud6">
7575

76+
<<<<<<< HEAD
7677
[使用 Prometheus 和 Grafana](https://docs.pingcap.com/zh/tidb/v8.1/tidb-monitoring-framework)
78+
=======
79+
[使用 Prometheus、Grafana 和 TiDB Dashboard](https://docs.pingcap.com/zh/tidb/dev/tidb-monitoring-framework)
80+
>>>>>>> fbf5c323fa (tidb-monitoring-framework: add TiDB Dashboard (#20207))
7781
7882
[监控 API](https://docs.pingcap.com/zh/tidb/v8.1/tidb-monitoring-api)
7983

deploy-monitoring-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: 本文适用于手动部署 TiDB 监控报警系统的用户。假设 T
55

66
# TiDB 集群监控部署
77

8-
本文档适用于希望手动部署 TiDB 监控报警系统的用户。TiUP 部署方式,会同时自动部署监控报警系统,无需手动部署。
8+
本文档适用于希望手动部署 TiDB 监控报警系统的用户。TiUP 部署方式,会同时自动部署监控报警系统,无需手动部署。[TiDB Dashboard](/dashboard/dashboard-intro.md) 内置于 TiDB 的 PD 组件中,无需独立部署。
99

1010
## 部署 Prometheus 和 Grafana
1111

tidb-monitoring-framework.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
---
22
title: TiDB 监控框架概述
3+
<<<<<<< HEAD
34
summary: TiDB 使用 Prometheus 作为监控和性能指标存储,Grafana 用于可视化展示。Prometheus 提供多个组件,包括 Prometheus Server、Client 代码库和 Alertmanager。Grafana 展示 TiDB 集群各组件的相关监控,分组包括备份恢复、Binlog、网络探活、磁盘性能、Kafka、TiDB Lightning 等。每个分组包含多个监控项页签,以及详细的监控指标看板。观看培训视频可快速了解监控与报警系统的体系、数据流转方式、系统管理方法和常用监控指标。
5+
=======
6+
aliases: ['/docs-cn/dev/tidb-monitoring-framework/','/docs-cn/dev/how-to/monitor/overview/']
7+
summary: TiDB 使用 Prometheus 作为监控和性能指标存储,Grafana 用于可视化展示,以及 TiDB Dashboard 图形化界面用于监控及诊断 TiDB 集群。Prometheus 提供多个组件,包括 Prometheus Server、Client 代码库和 Alertmanager。Grafana 展示 TiDB 集群各组件的相关监控,分组包括备份恢复、Binlog、网络探活、磁盘性能、Kafka、TiDB Lightning 等。每个分组包含多个监控项页签,以及详细的监控指标看板。观看培训视频可快速了解监控与报警系统的体系、数据流转方式、系统管理方法和常用监控指标。
8+
>>>>>>> fbf5c323fa (tidb-monitoring-framework: add TiDB Dashboard (#20207))
49
---
510

611
# TiDB 监控框架概述
712

8-
TiDB 使用开源时序数据库 [Prometheus](https://prometheus.io) 作为监控和性能指标信息存储方案,使用 [Grafana](https://grafana.com/grafana) 作为可视化组件进行展示。
13+
TiDB 使用开源时序数据库 [Prometheus](https://prometheus.io) 作为监控和性能指标信息存储方案,使用 [Grafana](https://grafana.com/grafana) 作为可视化组件进行展示,并提供内置的 [TiDB Dashboard](/dashboard/dashboard-intro.md) 图形化界面,用于监控及诊断 TiDB 集群。
14+
15+
要快速了解 TiDB 监控与报警系统的体系、该系统背后的数据流转方式、系统管理方法、系统使用方法和常用监控指标,建议观看下面的培训视频(时长 29 分钟)。注意本视频只作为学习参考,具体的[监控指标与相关报警规则](/alert-rules.md#tidb-报警规则),请以文档内容为准。
16+
17+
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson13_monitor.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson13.png"></video>
918

1019
## Prometheus 在 TiDB 中的应用
1120

@@ -52,6 +61,6 @@ Grafana 是一个开源的 metric 分析及可视化系统。TiDB 使用 Grafana
5261

5362
![Grafana Overview](/media/grafana_monitor_overview.png)
5463

55-
要快速了解 TiDB 监控与报警系统的体系、该系统背后的数据流转方式、系统管理方法、系统使用方法和常用监控指标,建议观看下面的培训视频(时长 29 分钟)。注意本视频只作为学习参考,具体的[监控指标与相关报警规则](/alert-rules.md#tidb-报警规则),请以文档内容为准。
64+
## TiDB Dashboard
5665

57-
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson13_monitor.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson13.png"></video>
66+
TiDB Dashboard 是 TiDB 自 4.0 版本起提供的图形化界面,可用于监控及诊断 TiDB 集群。TiDB Dashboard 内置于 TiDB 的 PD 组件中,无需独立部署。更多信息,请参考 [TiDB Dashboard 介绍](/dashboard/dashboard-intro.md)

0 commit comments

Comments
 (0)