Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ Metrics specific to Harper (all metrics are [Gauges](https://prometheus.io/docs/
| `cluster_connected_dbs` | Count of connected dbs by node. |
| `cluster_disconnected_dbs` | Count of disconnected dbs by node. |
| `replication_backlog` | Number of pending replication consumers by origin, database, & table (for NATS replication only). |
| `replication_backlog_time` | The difference in milliseconds between lastReceivedRemoteTime and lastReceivedLocalTime for each of the node's dbs (for Harper replication only). |
| `replication_backlog_time` | The difference in milliseconds between lastReceivedRemoteTime and lastReceivedLocalTime for each of the node's dbs (for Harper replication only). |
| `replication_latency` | The difference in milliseconds between incoming transactions' timestamps (as recorded remotely) and the time when each transaction finished committing locally (for Harper replication only). |

A complete sample response of `/metrics`:
```text
Expand Down