Releases: Chia-Network/chia-exporter
0.0.6
- Fixes missing
.exe
on windows executables
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.
0.0.5
- Pulls block count metrics by default once again, now that the underlying query performance issue in chia-blockchain has been resolved
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.
0.0.4
- Stops exporting metrics at the /metrics endpoint when the connection to the chia daemon is broken.
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.
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.
0.0.2
- Fixes crash when connecting to a new un-synced node
This repo 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.
0.0.1
This repo is still under active development. 0.0.1 should work with chia-blockchain 1.3.0, however, there may be bugs or other issues in this release.