Skip to content

eburghar/bitcoin-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-exporter

Serve bitcoind core metrics under /metrics path.

A direct rewrite of bitcoin-prometheus-exporter in rust.

Use a forked rust-bitcoincore-rpc with applied pr157 and pr171 and missing rpc calls implemented.

bitcoin-exporter 0.5.4

Usage: bitcoin-exporter [-c <config>] [-v]

Export bitcoin core metrics to prometheus format

Options:
  -c, --config      configuration file
  -v, --verbose     more detailed output
  --help            display usage information

The configuration accepts the following keys. host and bind are optional. user, password and host represent the bitcoind server rpc parameters.

user: user
password: changeme
host: 'http://localhost:8332'
bind: '127.0.0.1:9898'

Grafana dashboard

grafana dashboard

About

Expose bitcoin core metrics in prometheus format

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages