From f5803fe2671df9ffde391cf31d39a9d8de6306bf Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 3 Mar 2025 15:05:15 +0800 Subject: [PATCH] update media resource links to point to new locations (#19952) --- tidb-monitoring-api.md | 2 +- tiproxy/tiproxy-overview.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tidb-monitoring-api.md b/tidb-monitoring-api.md index b195826a2346..240ba3ff4942 100644 --- a/tidb-monitoring-api.md +++ b/tidb-monitoring-api.md @@ -83,7 +83,7 @@ curl http://127.0.0.1:10080/schema_storage/test - PD API 地址:`http://${host}:${port}/pd/api/v1/${api_name}` - 默认端口:2379 -- 各类 `api_name` 详细信息:参见 [PD API Doc](https://download.pingcap.com/pd-api-doc.html) +- 各类 `api_name` 详细信息:参见 [PD API Doc](https://docs-download.pingcap.com/api/pd-api/pd-api-doc.html) 通过该接口可以获取当前所有 TiKV 节点的状态以及负载均衡信息。下面以一个单节点的 TiKV 集群为例,说明用户需要了解的信息: diff --git a/tiproxy/tiproxy-overview.md b/tiproxy/tiproxy-overview.md index f3d9939081f5..b0da71989014 100644 --- a/tiproxy/tiproxy-overview.md +++ b/tiproxy/tiproxy-overview.md @@ -11,7 +11,7 @@ TiProxy 是可选组件,你也可以使用第三方的代理组件,或者直 TiProxy 示意图如下: -TiProxy 架构 +TiProxy 架构 ## 主要功能 @@ -23,7 +23,7 @@ TiProxy 在保持客户端连接不变的情况下,能将一台 TiDB server 如下图所示,原先客户端通过 TiProxy 连接到 TiDB 1 上,连接迁移之后,客户端实际连接到 TiDB 2 上。在 TiDB 1 即将下线或 TiDB 1 上的连接数比 TiDB 2 上的连接数超过设定阈值时,会触发连接迁移。连接迁移对客户端无感知。 -TiProxy 连接迁移 +TiProxy 连接迁移 连接迁移通常发生在以下场景: