41
loading...
This website collects cookies to deliver better user experience
replication_group_members
table.replication_group_members
table reflects the node's view of the cluster, allowing the detection of a missing or failing node or a split-brain state. The 8.0 version is slightly more detailed, offering the node's version and role in the cluster.docker pull prom/mysqld-exporter:v0.13.0-rc.0
(Stable releases are very rare, I hope there will be one soon..)count by (<tags identifying cluster members>) (mysql_perf_schema_replication_group_member{cluster_name="my_stable_cluster",group="infra",member_state="ONLINE"})) != 3
count by (<tags identifying cluster members>) (mysql_perf_schema_replication_group_member{cluster_name="my_stable_cluster",group="infra",member_state="ONLINE",member_role="PRIMARY"})) < 1
group by
in the example queries described above.