Conversation
cap10morgan
left a comment
There was a problem hiding this comment.
Couple little issues to address, but thanks for adding this!
| | `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 record remotely) and the time when each transaction finished committing locally (for Harper replication only). | |
There was a problem hiding this comment.
Looks like there's an | at the beginning and should as record remotely be as recorded remotely?
|
Could we also add what is different about this vs replication_backlog_time? It sounds like this also includes the time to commit the received transaction, whereas replication_backlog_time does not? |
|
|
Yes. |
No description provided.