Skip to content

Commit

Permalink
fix typo in information-schema-inspection-result.md (pingcap#18847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Sep 10, 2024
1 parent 11c7ad9 commit 0b759d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion information-schema/information-schema-inspection-result.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ In `critical-error` diagnostic rule, the following two diagnostic rules are exec
| ---- | ---- | ---- | ---- |
| TiDB | panic-count | tidb_panic_count_total_count | Panic occurs in TiDB. |
| TiDB | binlog-error | tidb_binlog_error_total_count | An error occurs when TiDB writes binlog. |
| TiKV | critical-error | tikv_critical_error_total_coun | The critical error of TiKV. |
| TiKV | critical-error | tikv_critical_error_total_count | The critical error of TiKV. |
| TiKV | scheduler-is-busy | tikv_scheduler_is_busy_total_count | The TiKV scheduler is too busy, which makes TiKV temporarily unavailable. |
| TiKV | coprocessor-is-busy | tikv_coprocessor_is_busy_total_count | The TiKV Coprocessor is too busy. |
| TiKV | channel-is-full | tikv_channel_full_total_count | The "channel full" error occurs in TiKV. |
Expand Down

0 comments on commit 0b759d2

Please sign in to comment.