From a7430d7226d6d5dda99d23892ec75f376c4de2ec Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 9 Sep 2024 16:37:48 +0800 Subject: [PATCH] fix typo in information-schema-inspection-result.md Corrected "tikv_critical_error_total_coun" to "tikv_critical_error_total_count" Signed-off-by: Aolin --- information-schema/information-schema-inspection-result.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/information-schema/information-schema-inspection-result.md b/information-schema/information-schema-inspection-result.md index a94575b29010..3c996dfbff46 100644 --- a/information-schema/information-schema-inspection-result.md +++ b/information-schema/information-schema-inspection-result.md @@ -260,7 +260,7 @@ DETAILS | the cluster has 2 different tidb versions, execute the sql to see mo | ---- | ---- | ---- | ---- | | TiDB | panic-count | tidb_panic_count_total_count | TiDB 出现 panic 错误 | | TiDB | binlog-error | tidb_binlog_error_total_count | TiDB 写 binlog 时出现的错误 | - | TiKV | critical-error | tikv_critical_error_total_coun | TiKV 的 critical error | + | TiKV | critical-error | tikv_critical_error_total_count | TiKV 的 critical error | | TiKV | scheduler-is-busy | tikv_scheduler_is_busy_total_count | TiKV 的 scheduler 太忙,会导致 TiKV 临时不可用 | | TiKV | coprocessor-is-busy | tikv_coprocessor_is_busy_total_count | TiKV 的 coprocessor 太忙 | | TiKV | channel-is-full | tikv_channel_full_total_count | TiKV 出现 channel full 的错误 |