A prometheus exporter for cryptocurrencies.
Contains several collectors that scrape cryptocurrency data from a variety of sources.
- The Ethplorer api is used to get ethereum blockchain data about an account (configurable)
- The CoinMarketCap api is used to get ticker information about crypto currencies
cd prometheus-compose
export CRYPTO_EXPORTER_ADDRESS='your-ethereum-address'
docker-compose up
docker build -t rpallas/crypto-exporter:latest . && docker run --rm -p 9101:9101 -p 3000:3000 -e CRYPTO_EXPORTER_ADDRESS='your-ethereum-address' rpallas/crypto-exporter:latest