Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/node-a-team/Cosmos-IE

Integrated Exporter for CosmosSDK
https://github.com/node-a-team/Cosmos-IE

Last synced: 2 months ago
JSON representation

Integrated Exporter for CosmosSDK

Lists

README

        

# Cosmos-IE
![CreatePlan](https://img.shields.io/badge/release-v3.0.8-red)
![CreatePlan](https://img.shields.io/badge/go-1.15%2B-blue)
![CreatePlan](https://img.shields.io/badge/license-Apache--2.0-green)
Integrated Exporter for CosmosSDK

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

## List of supported chains
Cosmos(cosmoshub-4), IRISnet(irishub-1), BandProtocol-testnet(band-laozi-testnet1), Terra(bombay), Starname(iov-mainnet-ibc), Certik(shentu-2), Rizon(titan-1)

## Install
```bash
cd $HOME
git clone https://github.com/node-a-team/Cosmos-IE.git
cd $HOME/Cosmos-IE

go build

./Cosmos-IE version
## Cosmos-IE v3.0.8
```

## Service(ex: cosmos)
- **--chain** _string_: Chain name of the monitoring node(cosmos | iris | band | terra | starname)
```bash
## Create a systemd service
sudo tee /etc/systemd/system/Cosmos-IE.service > /dev/null <