# MariaDB Galera Cluster

The [MariaDB Galera Cluster](https://app.gitbook.com/s/3VYeeVGUV4AMqrA3zwy7/readme/mariadb-galera-cluster-usage-guide) dashboard mirrors most sections from the [MariaDB Server](https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/mariadb-server) dashboard extending it with **Galera Metrics** section and the **Galera Nodes** table. Use this dashboard when you need Galera-specific cluster health alongside the familiar server views.

## Galera Metrics

<figure><img src="https://2850516351-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkuTXWg0NDbRx6XUeYpGD%2Fuploads%2Fgit-blob-8b8da1512a38799142ce375a5fc7d875ff0fb3d2%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Insights into Galera Cluster health with critical metrics and node-specific status details.

| Metric                                 | Description                                                                  |
| -------------------------------------- | ---------------------------------------------------------------------------- |
| **Flow Control Pause %**               | Percent of time a node is paused due to Galera flow control backpressure.    |
| **Flow Control Messages Sent**         | "Slow-down" signals sent per second when a node is under pressure.           |
| **Replication Queue Depth Received**   | Size of the receive/apply queue; growth indicates apply lag.                 |
| **Write Conflicts**                    | Certification conflicts per second (failed concurrent writes on hot rows).   |
| **Max Galera Replication Latency (s)** | Maximum observed replication/EVS latency per node.                           |
| **Transactions**                       | Per-node throughput: transactions received from peers and/or replicated out. |
| **Writeset Traffic**                   | Bytes/s of Galera writesets per node (inbound vs outbound).                  |

### Galera Nodes

<figure><img src="https://2850516351-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkuTXWg0NDbRx6XUeYpGD%2Fuploads%2Fgit-blob-04cc688f73fc36d32d17e6fe41ed704aa27940a1%2Fimage%20(58).png?alt=media" alt=""><figcaption></figcaption></figure>

Per-node status summary with short state logic

| Attribute             | Description                                                                                               |
| --------------------- | --------------------------------------------------------------------------------------------------------- |
| **Instance / Status** | Is the server up? (Based on `mariadb_up`)                                                                 |
| **Accept Queries**    | Can this node take client traffic right now? (Based on `wsrep_ready`)                                     |
| **Local State**       | Where is the node in the Galera lifecycle? (Based on `wsrep_local_state`)                                 |
| **Flow Control**      | Is this node throttling or being throttled? (`wsrep_flow_control_*` rate > 0 → **ON**, otherwise **OFF**) |
| **Cluster Status**    | Is the node in the **Primary** component? (Based on `wsrep_cluster_status`)                               |
| **Connected**         | Is the node linked to the group? (Based on `wsrep_connected`)                                             |

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}
