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: 8 days ago
JSON representation
Integrated Exporter for CosmosSDK
- Host: GitHub
- URL: https://github.com/node-a-team/Cosmos-IE
- Owner: node-a-team
- Created: 2020-04-09T05:02:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T03:57:53.000Z (over 1 year ago)
- Last Synced: 2024-01-24T04:15:02.635Z (10 months ago)
- Language: Go
- Size: 12.8 MB
- Stars: 16
- Watchers: 3
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cosmos - Prometheus Exporter - An integrated Prometheus exporter for the Cosmos SDK. (Monitoring / Terminal Block Explorers)
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-IEgo 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 <