You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
Some alert rules for PD do not respect leadership, for example, the rule sum ( pd_cluster_status{type="store_disconnected_count"} > 0 will sum up the disconnected store count from both leader and follower, which may cause fake alerts.
The text was updated successfully, but these errors were encountered:
Some alert rules for PD do not respect leadership, for example, the rule
sum ( pd_cluster_status{type="store_disconnected_count"} > 0
will sum up the disconnected store count from both leader and follower, which may cause fake alerts.The text was updated successfully, but these errors were encountered: