Introduction

This Prometheus exporter is for monitoring information which is not provided from Tendermint’s basic Prometheus exporter(localhost:26660)

Changes

List of supported chains

Collecting information list

How to install

mkdir $HOME/Cosmos-IE && cd $HOME/Cosmos-IE 
wget <https://github.com/node-a-team/Cosmos-IE/releases/download/v1.1.0/Cosmos-IE.tar.gz>  && sha256sum Cosmos-IE.tar.gz | fgrep 78911047f3fab4c862589f995d0790b99ad32ecd5a19125a6012e6b85b2b8378 && tar -xvf Cosmos-IE.tar.gz || echo "Bad Binary!"

Use systemd service

<aside> 💡 You need to change the oper-addr or cons-addr address to be your own

</aside>