Skip to content

Commit

Permalink
Update an outdated TiKV alert in v5.3 (pingcap#9358)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Jun 28, 2022
1 parent d0f2f85 commit 8cc3221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ This section gives the alert rules for the TiKV component.

* Alert rule:

`sum(increase(tikv_gcworker_gc_tasks_vec{task="gc"}[1d])) < 1 and sum(increase(tikv_gc_compaction_filter_perform[1d])) < 1`
`sum(increase(tikv_gcworker_gc_tasks_vec{task="gc"}[1d])) < 1 and (sum(increase(tikv_gc_compaction_filter_perform[1d])) < 1 and sum(increase(tikv_engine_event_total{db="kv", cf="write", type="compaction"}[1d])) >= 1)`

* Description:

Expand Down

0 comments on commit 8cc3221

Please sign in to comment.