get_group_replication_status
Monitor MySQL Group Replication status to analyze member roles, replication channels, transaction certification, and flow control for performance tuning.
Instructions
Get MySQL Group Replication status.
Analyzes:
Group membership and state
Member roles (PRIMARY/SECONDARY)
Replication channels
Transaction certification
Flow control
Only applicable to MySQL with Group Replication enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}