diff --git a/alert-rules.md b/alert-rules.md index 8f3f346dac249..fb80326c9d3fd 100644 --- a/alert-rules.md +++ b/alert-rules.md @@ -595,11 +595,11 @@ This section gives the alert rules for the TiKV component. * Alert rule: - `sum(rate(tikv_thread_cpu_seconds_total{name="apply_worker"}[1m])) by (instance) > 1.8` + `max(rate(tikv_thread_cpu_seconds_total{name=~"apply_.*"}[1m])) by (instance) > 0.9` * Description: - The pressure on the apply Raft log thread is too high. It is often caused by a burst of writes. + The apply Raft log thread is under great pressure and is approaching or has exceeded its limit. This is often caused by a burst of writes. ### Warning-level alerts