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 br/br-monitoring-and-alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ summary: 了解备份恢复的监控告警。

| 指标 | 类型 | 说明 |
|-------------------------------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------|
| **tikv_log_backup_interal_actor_acting_duration_sec** | Histogram | 处理内部各种消息事件的耗时。<br/>`message :: TaskType` |
| **tikv_log_backup_internal_actor_acting_duration_sec** | Histogram | 处理内部各种消息事件的耗时。<br/>`message :: TaskType` |
| **tikv_log_backup_initial_scan_reason** | Counter | 触发增量扫的原因统计。主要是 Leader 迁移或者 Region Version 变更。<br/> `reason :: {"leader-changed", "region-changed", "retry"}` |
| **tikv_log_backup_event_handle_duration_sec** | Histogram | 处理 KV Event 的耗时。和 `tikv_log_backup_on_event_duration_seconds` 相比,这个指标还包含了一些内部转化消耗的时间。 <br/>`stage :: {"to_stream_event", "save_to_temp_file"}` |
| **tikv_log_backup_handle_kv_batch** | Histogram | 由 RaftStore 发送的 KV 对的 Batch 大小统计,统计数据为 Region 级别。 |
Expand Down
2 changes: 1 addition & 1 deletion pd-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ PD 中内置的 [TiDB Dashboard](/dashboard/dashboard-intro.md) 相关配置项

Region 同步模式相关的配置项。更多详情,请参阅[启用自适应同步模式](/two-data-centers-in-one-city-deployment.md#启用自适应同步模式)。

## Controllor
## Controller

PD 中内置的 [Resource Control](/tidb-resource-control.md) 相关的配置项。

Expand Down
2 changes: 1 addition & 1 deletion releases/release-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: TiDB RC1 Release Notes

+ PD 调度策略框架优化,策略更加灵活合理
+ 添加 label 支持,支持跨 DC 调度
+ 提供 PD Controler,方便操作 PD 集群
+ 提供 PD Control,方便操作 PD 集群

## TiDB

Expand Down
2 changes: 1 addition & 1 deletion scripts/verify-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This script is used to verify links in markdown docs.
#
# - External links are ignored in CI because these links may go down out of our contorl.
# - External links are ignored in CI because these links may go down out of our control.
# - Anchors are ignored
# - Internal links conventions
# - Must be absolute and start from repo root
Expand Down