Skip to content

Commit 17bfac8

Browse files
committed
Update runbook to use the view
1 parent bd64901 commit 17bfac8

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

docs/runbook/registrations-monitoring/README.md

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

55
In order to set the epoch of Era changes, it is required to know the
66
distribution of the stakes that run a compatible Signer node. There is a SQL
7-
query for that.
7+
view for that.
88

99
```sh
1010
$> sqlite3 -table -batch \
1111
$DATA_STORES_DIRECTORY/monitoring.sqlite3 \
12-
< stake_signer_version.sql
12+
`select epoch, version, total_epoch_stakes, stakes_version, stakes_ratio, pool_count from stake_signer_version;`
1313
```
1414

1515
The variable `$DATA_STORES_DIRECTORY` should point to the directory where the

docs/runbook/registrations-monitoring/stake_signer_version.sql

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)