Skip to content

rpallas/crypto-exporter

Repository files navigation

Crypto Exporter

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

Usage

cd prometheus-compose
export CRYPTO_EXPORTER_ADDRESS='your-ethereum-address'
docker-compose up

Development

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

About

A Prometheus exporter for cryptocurrencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published