0.0.3
- Adds
chia_full_node_node_height_synced
metric - Shows currentheight
, but only when the node is synced, and is not present when the node is not synced. Use existingchia_full_node_node_height
for height regardless of synced status. Useful for rate() when wanting to see rate of height change on the network, but not necessarily have that influenced by nodes that are syncing to catch up - Catches a bunch of potential nil pointer errors
This project is still under active development. This release should work with chia-blockchain 1.3.0, however, there may be bugs or other issues in this release.