Giter Club home page Giter Club logo

geth-exporter's Introduction

Geth exporter for Prometheus

js-standard-style

Metrics page example:

# HELP geth_version Client version
# TYPE geth_version gauge
geth_version{value="Geth/v1.9.9-stable-01744997/linux-amd64/go1.13.5"} 1

# HELP geth_network Client network
# TYPE geth_network gauge
geth_network{value="mainnet"} 1

# HELP geth_latest Latest block information
# TYPE geth_latest gauge
geth_latest{hash="0x68694093d40cff31e3902b5de0fc32b3484ab40241c7b6c566ea004df3c5cdfd"} 9746115

# HELP bitcoind_blockchain_sync Blockchain sync info
# TYPE bitcoind_blockchain_sync gauge
bitcoind_blockchain_sync{type="current"} 9746115
bitcoind_blockchain_sync{type="highest"} 9746115
bitcoind_blockchain_sync{type="progress"} 1

# HELP geth_gas_price Current gas price in wei
# TYPE geth_gas_price gauge
geth_gas_price 5000000000

# HELP geth_mempool_size Mempool information
# TYPE geth_mempool_size gauge
geth_mempool_size{type="size"} 499

# HELP geth_peers Connected peers
# TYPE geth_peers gauge
geth_peers{version="all"} 45

Usage:

docker run \
  -p 8000:8000 \
  -e GETH_EXPORTER_LISTEN=0.0.0.0:8000 \
  -e GETH_EXPORTER_NODE=http://geth:8545/ \
  geth-exporter

LICENSE

MIT

geth-exporter's People

Contributors

fanatid avatar cryptcoin-junkey avatar ksato9700 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.