Skip to content

Commit

Permalink
alert rules: update some descriptions (#6250) (#6256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 25, 2021
1 parent 05e4084 commit c9633c0
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 @@ -689,7 +689,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 @@ -703,7 +703,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 c9633c0

Please sign in to comment.