Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1019 Bytes

File metadata and controls

15 lines (10 loc) · 1019 Bytes
title summary
TiDB 监控 API 概览
了解 TiDB 监控服务的 API。

TiDB 监控 API 概览

TiDB 的监控框架基于 PrometheusGrafana 这两个开源项目。TiDB 使用 Prometheus 存储监控和性能指标,使用 Grafana 可视化展示这些指标,并提供内置的 TiDB Dashboard 图形化界面,用于监控及诊断 TiDB 集群。

你可以使用以下 API 监控 TiDB 集群状态:

关于各个 API 的请求参数、响应示例与使用说明,请参阅 TiDB 监控 API