Skip to content

Releases: Chia-Network/chia-exporter

0.0.8

19 Apr 16:58
3fa77d0
Compare
Choose a tag to compare
  • Ensure that OS specific path separators (/ vs \) are used correctly
  • Make the httpClient optional in case crawler/seeder is missing from config. IP/Country data will be missing if this is unable to load.

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.7

12 Apr 16:32
0a372a2
Compare
Choose a tag to compare
  • Fetches the IPs found in the last 5 days via normal HTTP RPC calls, instead of over the websocket, to avoid hitting the 50M limit
  • Minor updates to logging to make debugging a bit easier

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.6

07 Apr 15:41
5f193fe
Compare
Choose a tag to compare
  • 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

22 Mar 22:12
fa2046c
Compare
Choose a tag to compare
  • 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

15 Mar 15:15
985019c
Compare
Choose a tag to compare
  • 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

14 Mar 16:45
c3035cb
Compare
Choose a tag to compare
  • Adds chia_full_node_node_height_synced metric - Shows current height, but only when the node is synced, and is not present when the node is not synced. Use existing chia_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

10 Mar 22:47
4b0a011
Compare
Choose a tag to compare
  • 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

10 Mar 04:10
ffb6910
Compare
Choose a tag to compare

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.