Skip to content

Commit

Permalink
alert rules: update some descriptions (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jin19 authored Aug 25, 2021
1 parent b070538 commit 8a63841
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 @@ -690,7 +690,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 @@ -704,7 +704,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 8a63841

Please sign in to comment.