Code Monkey home page Code Monkey logo

aleo_exporter's Introduction

aleo_exporter

aleo_exporter exports basic monitoring data from a Aleo node.

Metrics

  • aleo_latest_height - the latest block height
  • aleo_peer_count - the number of peers connected to the node
  • aleo_coinbase_target - the coinbase target for latest block
  • aleo_cumulative_proof_target - the cumulative proof target for latest block
  • aleo_cumulative_weight - the cumulative weight for latest block
  • aleo_last_coinbase_target - the coinbase target for the last coinbase
  • aleo_last_coinbase_timestamp - the unix timestamp(UTC) for the last coinbase
  • aleo_latest_round - the round that produced latest block
  • aleo_network_id - the network ID of the latest block
  • aleo_proof_target - the proof target for latest block
  • aleo_timestamp - the unix timestamp(UTC) for latest block

Command line arguments

You typically only need to set the RPC URL, pointing to one of your own nodes:

./aleo_exporter -rpcURI=http://yournode:3033
Usage of ./aleo_exporter:
  -add_dir_header
    	If true, adds the file directory to the header of the log messages
  -addr string
    	Listen address (default ":8080")
  -alsologtostderr
    	log to standard error as well as files
  -log_backtrace_at value
    	when logging hits line file:N, emit a stack trace
  -log_dir string
    	If non-empty, write log files in this directory
  -log_file string
    	If non-empty, use this log file
  -log_file_max_size uint
    	Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
  -logtostderr
    	log to standard error instead of files (default true)
  -one_output
    	If true, only write logs to their native severity level (vs also writing to each lower severity level
  -rpcURI string
    	Aleo RPC URI
  -skip_headers
    	If true, avoid header prefixes in the log messages
  -skip_log_headers
    	If true, avoid headers when opening log files
  -stderrthreshold value
    	logs at or above this threshold go to stderr (default 2)
  -v value
    	number for the log level verbosity
  -vmodule value
    	comma-separated list of pattern=N settings for file-filtered logging

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.