Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

TiKV 3.0 alert rules should be updated #890

Open
overvenus opened this issue Aug 8, 2019 · 0 comments
Open

TiKV 3.0 alert rules should be updated #890

overvenus opened this issue Aug 8, 2019 · 0 comments
Assignees
Labels

Comments

@overvenus
Copy link
Member

- alert: TiKV_raftstore_thread_cpu_seconds_total
expr: sum(rate(tikv_thread_cpu_seconds_total{name=~"raftstore_.*"}[1m])) by (instance, name) > 0.8
for: 1m

By default, it should be >1.6.


- alert: TiKV_thread_apply_worker_cpu_seconds
expr: sum(rate(tikv_thread_cpu_seconds_total{name="apply_worker"}[1m])) by (instance) > 0.9

By default it should be sum(rate(tikv_thread_cpu_seconds_total{name="apply.*"}[1m])) by (instance) > 1.8


And TiKV_thread_storage_scheduler_cpu_seconds should be removed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants