Skip to content

Commit

Permalink
*: fix several typos (#17922) (#17935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 18, 2024
1 parent c8af8e5 commit ffc2313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion br/br-monitoring-and-alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Log backup supports using [Prometheus](https://prometheus.io/) to collect monito

| Metrics | Type | Description |
|-------------------------------------------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| **tikv_log_backup_interal_actor_acting_duration_sec** | Histogram | The duration of handling all internal messages and events. <br/>`message :: TaskType` |
| **tikv_log_backup_internal_actor_acting_duration_sec** | Histogram | The duration of handling all internal messages and events. <br/>`message :: TaskType` |
| **tikv_log_backup_initial_scan_reason** | Counter | Statistics of the reasons why initial scan is triggered. The main reason is leader transfer or Region version change. <br/> `reason :: {"leader-changed", "region-changed", "retry"}` |
| **tikv_log_backup_event_handle_duration_sec** | Histogram | The duration of handling KV events. Compared with `tikv_log_backup_on_event_duration_seconds`, this metric also includes the duration of internal conversion. <br/>`stage :: {"to_stream_event", "save_to_temp_file"}` |
| **tikv_log_backup_handle_kv_batch** | Histogram | Region-level statistics of the sizes of KV pair batches sent by Raftstore. |
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 @@ On December 23, 2016, TiDB RC1 is released. See the following updates in this re

+ The scheduling strategy framework is optimized and now the strategy is more flexible and reasonable.
+ The support for `label` is added to support Cross Data Center scheduling.
+ PD Controller is provided to operate the PD cluster more easily.
+ PD Control is provided to operate the PD cluster more easily.

## 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

0 comments on commit ffc2313

Please sign in to comment.