Worked example 4: Node status and monitoring
- 03 Jul 2024
- 1 Minute to read
- DarkLight
- PDF
Worked example 4: Node status and monitoring
- Updated on 03 Jul 2024
- 1 Minute to read
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can use the following endpoints to monitor status:
- Endpoints on the System API or Prometheus Metrics API
- Sync status can also be investigated via:
- The
ledger_clock
from/lts/transaction/construction
can tell you how far the node’s ledger tip (ie, theledger_clock
) is behind the current time. This can be useful for tracking sync-up. Assuming the network is currently live, this will give you how far the node is behind the network
- The
Was this article helpful?