Skip to content

Commit 8005224

Browse files
authored
chore: update readme (#4)
1 parent 1f0ee5e commit 8005224

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
**Near Validator Watcher** is a Prometheus exporter to help you monitor missed blocks & chunks of your validator.
66

7+
![Near Validator Watcher Grafana Dashboard (Prometheus Exporter)](assets/near-validator-watcher-grafana-dashboard.jpg)
8+
79
## ✨ Usage
810

911
Example on mainnet using the default RPC endpoint.
1012

11-
![Near Validator Watcher Grafana Dashboard (Prometheus Exporter)](assets/near-validator-watcher-grafana-dashboard.jpg)
12-
1313
### Via compiled binary
1414

1515
Compiled binary can be found on the [Releases page](https://github.com/kilnfi/near-validator-watcher/releases).
@@ -60,7 +60,7 @@ GLOBAL OPTIONS:
6060
## ❇️ Endpoints
6161

6262
- `/metrics` exposed Prometheus metrics (see next section)
63-
- `/ready` responds OK when at the node is synced
63+
- `/ready` responds OK when the node is synced
6464
- `/live` responds OK as soon as server is up & running correctly
6565

6666

@@ -84,6 +84,7 @@ Metrics (without prefix) | Description
8484
`validator_blocks_produced` | Current amount of validator produced blocks
8585
`validator_chunks_expected` | Current amount of validator expected chunks
8686
`validator_chunks_produced` | Current amount of validator produced chunks
87+
`validator_rank` | Current rank of validator based on stake
8788
`validator_slashed` | Validators slashed
8889
`validator_stake` | Current amount of validator stake
8990
`version_build` | The Near node version build

0 commit comments

Comments
 (0)