Skip to content

jgryffindor/manifest-node-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manifest Node Exporter

CircleCI

A Prometheus exporter for collecting metrics from Manifest blockchain nodes. The exporter is designed to automatically detect which services are running on the node and collect relevant metrics.

Installation

Download the latest release from the releases page

Quick Start

manifest-node-exporter serve [flags]

The exporter will start a Prometheus metrics server on 0.0.0.0:2112 by default.

Global Flags

Flag Description
-h, --help help for manifest-node-exporter
-l, --logLevel Set the log level. Available levels: debug, info, warn, error. Default is info.

Serve Flags

Flag Description
-h, --help help for serve
--listen-address Address to listen on for Prometheus metrics. Default is 0.0.0.0:2112.

Metrics

Metric Name Description
manifest_tokenomics_denom_info Information about the token denominations (symbol, denom, name, display).
manifest_tokenomics_total_supply Total supply for a given token.
manifest_tokenomics_token_count The number of different tokens hosted on the Manifest blockchain.
manifest_tokenomics_denom_grpc_up Whether the gRPC query for the token denomination was successful.
manifest_tokenomics_count_grpc_up Whether the gRPC query for the token count was successful.
manifest_geo_info Node's geographical information (country, city, region, etc)
manifest_geo_latitude Node's geographical latitude
manifest_geo_longitude Node's geographical longitude

About

A Prometheus node exporter for the Manifest Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.1%
  • Makefile 8.3%
  • Dockerfile 2.6%