github jvstein/bitcoin-prometheus-exporter v0.1.0
Version 0.1.0

latest releases: v0.7.0, v0.6.0, v0.5.0...
5 years ago

Initial release of project.

Changes are relative to the bitcoin-monitor.md gist:

Added

  • Packaged for docker and modified to pull settings from environment variables.
  • bitcoin_hashps_1 and bitcoin_hashps_neg1 for estimated hash rates associated with only the last block and for all blocks with the same difficulty.
  • bitcoin_est_smart_fee_* metrics for estimated fee per kilobyte for confirmation within a number of blocks.
  • bitcoin_latest_block_value for the transaction value of the last block.
  • bitcoin_server_version and bitcoin_protocol_version to track upgrades of the bitcoin server.
  • bitcoin_mempool_usage metric.
  • bitcoin_ban_created and bitcoin_banned_until to track peer bans.

Changed

  • Use RPC calls using python library instead of relying on the bitcoin-cli binary.
  • Remove need for txindex= to be set on the bitcoin server. Transactions are now pulled using the getblock call by setting verbosity=2.

Don't miss a new bitcoin-prometheus-exporter release

NewReleases is sending notifications on new releases.