Skip to content

Commit

Permalink
chore: update readme header
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKetmo committed Oct 17, 2023
1 parent e14650e commit 15d345d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@
**Cosmos Validator Watcher** is a Prometheus exporter to help you monitor missed blocks on
any cosmos-based blockchains in real-time.

- Tracks for each block how many validators missed the signatures
- Tracks the current active set and check which validator is **bonded** or **jailed**
- Export all metrics (eg. missed blocks) on the `/metrics` endpoint
Features:

- Track when your validator **missed a block** (with solo option)
- Check how many validators missed the signatures for each block
- Track the current active set and check if your validator is **bonded** or **jailed**
- Track the **staked amount** as well as the min seat price
- Track **pending proposals** and check if your validator has voted (including proposal end time)
- Expose **upgrade plan** to know when the next upgrade will happen (including pending proposals)
- Trigger webhook when an upgrade happens (soon)

![Cosmos Validator Watcher Screenshot](assets/cosmos-validator-watcher-screenshot.jpg)

## ✨ Usage

Example for cosmoshub using 2 public RPC nodes and tracking 4 validators (with custom aliases).

![Cosmos Validator Watcher Screenshot](assets/cosmos-validator-watcher-output.jpg)

### Via compiled binary

Compiled binary can be found on the [Releases page](https://github.com/kilnfi/cosmos-validator-watcher/releases).
Expand Down
Binary file removed assets/cosmos-validator-watcher-output.jpg
Binary file not shown.
Binary file added assets/cosmos-validator-watcher-screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15d345d

Please sign in to comment.