Skip to content

Releases: Chia-Network/chia-exporter

0.3.1

06 Jul 16:53
a5d52f7
Compare
Choose a tag to compare
  • Reset harvester plot filesize and plot count metrics when disconnected

This project is still under active development and there may be bugs or other issues in this release.

0.3.0

04 Jul 17:39
1616062
Compare
Choose a tag to compare

Renamed some harvester metrics to be more consistent with other harvester metrics

  • chia_harvester_total_pool_plots -> chia_harvester_plot_count{size="<size>", type="pool"}
  • chia_harvester_total_og_plots -> chia_harvester_plot_count{size="<size>", type="og"}

This project is still under active development and there may be bugs or other issues in this release.

0.2.2

01 Jul 19:14
6cb92de
Compare
Choose a tag to compare
  • Sets total plots from get_plots rpc call

This project is still under active development and there may be bugs or other issues in this release.

0.2.1

22 Jun 16:37
b238220
Compare
Choose a tag to compare
  • Adds a more graceful fallback when seeder config is missing (#38)
  • Fixes error when trying to get plot info from harvester before harvester is running (#39)
  • Fixes log errors if the full node files that are monitored for file size don't exist (#40)

This project is still under active development and there may be bugs or other issues in this release.

0.2.0

21 Jun 19:03
1e7a197
Compare
Choose a tag to compare

Adds additional harvester metrics and some new full node file size metrics:

  • chia_harvester_total_pool_plots
  • chia_harvester_total_og_plots
  • chia_harvester_plot_filesize labeled by k-size and plot type (pool/og)
  • chia_full_node_database_filesize
  • chia_full_node_database_shm_filesize
  • chia_full_node_database_wal_filesize
  • chia_full_node_height_to_hash_filesize
  • chia_full_node_peers_dat_filesize
  • chia_full_node_sub_epoch_summaries_filesize

This project is still under active development and there may be bugs or other issues in this release.

0.1.0

01 Jun 17:33
fa68f98
Compare
Choose a tag to compare

The new metrics in this release are not available in chia-blockchain 1.3.5. As of the time of this release, the chia-blockchain support for the new metrics is on main, and will be included in the next release of chia-blockchain

New Harvester Metrics

chia_harvester_total_plots - Total number plots on this harvester

chia_harvester_total_found_proofs - Counter of total found proofs since the exporter started
chia_harvester_last_found_proofs - Number of proofs found for the last farmer_info event

chia_harvester_total_eligible_plots - Counter of total eligible plots since the exporter started
chia_harvester_last_eligible_plots - Number of eligible plots for the last farmer_info event

chia_harvester_last_lookup_time - Lookup time for the last farmer_info event

New Farmer Metrics

chia_farmer_submitted_partials (By Launcher ID) - Number of partials submitted since the exporter was started
chia_farmer_current_difficulty (By Launcher ID) - Current difficulty for this launcher id
chia_farmer_points_acknowledged_since_start (By Launcher ID) - Points acknowledged since start. This is calculated by chia, NOT since start of the exporter.
chia_farmer_proofs_found (By Launcher ID) - Number of proofs found since the exporter has been running

New Full Node Metrics

chia_full_node_pre_validation_time - Last pre_validation_time from the block event
chia_full_node_validation_time - Last validation_time from the block event


This project is still under active development and there may be bugs or other issues in this release.

0.0.11

02 May 18:10
f4f2b79
Compare
Choose a tag to compare
  • Added additional log level options. Default log level is info, but the level can be changed to debug to get more verbose output with --log-level debug

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

25 Apr 13:48
7eb7058
Compare
Choose a tag to compare
  • Fixes issue with fee per cost type (uint64 -> float64)

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

21 Apr 13:37
afc4aab
Compare
Choose a tag to compare
  • Ensure that if there is an error when fetching a list of IPs, we don't try to continue processing the IPs and crash the exporter

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