Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update rules #40

Open
qiffang opened this issue Jan 8, 2020 · 0 comments
Open

Need to update rules #40

qiffang opened this issue Jan 8, 2020 · 0 comments

Comments

@qiffang
Copy link
Contributor

qiffang commented Jan 8, 2020

replace_expr:
- rule_name: "pd_cluster_low_space"
expr: '(sum(pd_cluster_status{type="store_low_space_count"}) by (instance) > 0) and (sum(etcd_server_is_leader) by (instance) > 0)'
- rule_name: "pd_cluster_lost_connect_tikv_nums"
expr: '(sum ( pd_cluster_status{type="store_disconnected_count"} ) by (instance) > 0) and (sum(etcd_server_is_leader) by (instance) > 0)'
- rule_name: "pd_pending_peer_region_count"
expr: '(sum( pd_regions_status{type="pending_peer_region_count"} ) by (instance) > 100) and (sum(etcd_server_is_leader) by (instance) > 0)'

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

No branches or pull requests

1 participant