# MariaDB Galera Cluster

The [MariaDB Galera Cluster](/docs/galera-cluster/readme/mariadb-galera-cluster-usage-guide.md) dashboard mirrors most sections from the [MariaDB Server](/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/mariadb-server.md) 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="/files/ZidQ1yEG5x3NvloIkHgB" 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="/files/ySEvAprfVYNS1J5aEbEp" 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" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/tools/mariadb-enterprise-manager/usage/monitoring/dashboards/mariadb-galera-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
