Skip to content

Commit

Permalink
alert rules: update some descriptions (#6250) (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 25, 2021
1 parent 3b533e2 commit 4d098ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ This section gives the alert rules for the TiKV component.

* Alert rule:

`increase(tikv_coprocessor_request_error{reason!="lock"}[10m]) > 100`
`increase(tikv_coprocessor_request_error{reason=!"meet_lock"}[10m]) > 100`

* Description:

Expand All @@ -727,7 +727,7 @@ This section gives the alert rules for the TiKV component.

* Alert rule:

`increase(tikv_coprocessor_request_error{reason="lock"}[10m]) > 10000`
`increase(tikv_coprocessor_request_error{reason="meet_lock"}[10m]) > 10000`

* Description:

Expand Down

0 comments on commit 4d098ca

Please sign in to comment.