File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
911Example 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
1515Compiled 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
You can’t perform that action at this time.
0 commit comments