Giter Site home page Giter Site logo

kinrokinro / celestia-node-exporter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeongseup/celestia-node-exporter

0.0 0.0 0.0 13 KB

Celestia Node Exporter For Checking Your Celestia DA Node's Status

License: Apache License 2.0

Go 88.66% Makefile 11.34%

celestia-node-exporter's Introduction

Celestia Node Exporter

Exports some information(chain-id, height, sync time interval) your celestia da type's node(bridge, light, full) for celestia node operator.

Build & Install

# build in ./build
make build

# install in $GOBIN
make install

Available Flags

Usage of ./build/celestia-node-exporter:
  -listen-address string
        Binary Listen address (default ":8000")
  -rpc-address string
        Celesit Node API Address (default "http://localhost:26659")
  -timeout int
        Exporter Timeout Second When Calling Your Node (default 10)
  -v    show version
  -version
        show version

Start

# check version
celestia-node-exporter --version

# simple start
celestia-node-exporter --api-address http://example.celestia-gateway-api.com:26659

# simple start in local 
celestia-node-exporter --api-address http://localhost:26659

# start with custom flags
celestia-node-exporter \ 
    --timeout 5 \
    --listen-address "8888" \
    --api-address http://example.celestia-gateway-api.com:26659 

Exported Metrics

# HELP celestia_node_exporter_current_height exposing currrent your node's height.
# TYPE celestia_node_exporter_current_height gauge
celestia_node_exporter_current_height 0
# HELP celestia_node_exporter_current_synctime_interval exposing currrent your node's time interval to check synced node with now and blocktimestamp.
# TYPE celestia_node_exporter_current_synctime_interval gauge
celestia_node_exporter_current_synctime_interval 0
# HELP celestia_node_exporter_failed_counter Example metric with a string value.
# TYPE celestia_node_exporter_failed_counter counter
celestia_node_exporter_failed_counter 0

References

celestia-node-exporter's People

Contributors

jeongseup 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.