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
It would be helpful to include more granular Group Replication metrics to the exporter. This will allow users to set up more targeted Group Replication related alerts and create richer Group Replication related dashboards.
closed: Issue 362 requests the inclusion of the contents of replication_group_members, however the resulting query is a SELECT * FROM replication_group_members
the resulting gauge looks as follows:
# HELP mysql_perf_schema_replication_group_member_info Information about the replication group member: channel_name, member_id, member_host, member_port, member_state. (member_role and member_version where available)
# TYPE mysql_perf_schema_replication_group_member_info gauge
mysql_perf_schema_replication_group_member_info{channel_name="group_replication_applier",member_communication_stack="MySQL",member_host="mysql-k8s-mem-0.mysql-k8s-mem-endpoints.test-node-port.svc.cluster.local",member_id="304597c5-8655-11ef-a89c-ee4cab64faa8",member_port="3306",member_role="PRIMARY",member_state="ONLINE",member_version="8.0.37"} 1
Host operating system: output of
uname -a
mysqld_exporter version: output of
mysqld_exporter --version
MySQL server version
mysql Ver 8.0.37-0ubuntu0.22.04.3 for Linux on x86_64 ((Ubuntu))
mysqld_exporter command line flags
Feature request
It would be helpful to include more granular Group Replication metrics to the exporter. This will allow users to set up more targeted Group Replication related alerts and create richer Group Replication related dashboards.
closed: Issue 362 requests the inclusion of the contents of
replication_group_members
, however the resulting query is aSELECT * FROM replication_group_members
the resulting gauge looks as follows:
There is a (relatively cold) fork by Percona that attempts to define more granular queries that would result in easily used metrics
A similar request has been made to add more group replication stats
Would the community be willing to develop or accept contributions that enhance Group Replication related metrics?
The text was updated successfully, but these errors were encountered: