Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/node-synchronisation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After being deployed, a node needs to synchronise the messages from Aleph.
A few metrics are exposed to monitor this synchronisation, on URL `/metrics`:

1. Total number of messages synchronised: `pyaleph_status_sync_messages_total`
2. Messages downloaded but not processed yet: `pyaleph_status_sync_messages_total`
2. Messages downloaded but not processed yet: `pyaleph_status_sync_pending_messages_total`
3. Transactions downloaded but not processed yet: `pyaleph_status_sync_pending_txs_total`

The total number of messages [1] should reach the same value for every node in the Aleph
Expand Down