You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/api/metrics-generated.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1195,5 +1195,9 @@
1195
1195
| <spanclass="metrics-name">tower_​lockout_​fail</span> | counter | Locked out (can't vote) |
1196
1196
| <spanclass="metrics-name">tower_​threshold_​fail</span> | counter | Did not pass threshold check (can't vote) |
1197
1197
| <spanclass="metrics-name">tower_​propagated_​fail</span> | counter | Prev leader block did not propagate (can't vote) |
1198
+
| <spanclass="metrics-name">tower_​hard_​forks_​seen</span> | counter | Number of hard forks we've seen (block ids with multiple candidate bank hashes) |
1199
+
| <spanclass="metrics-name">tower_​hard_​forks_​pruned</span> | counter | Number of hard forks (candidate bank hashes) we've pruned |
1200
+
| <spanclass="metrics-name">tower_​hard_​forks_​active</span> | gauge | Currently active hard forks |
1201
+
| <spanclass="metrics-name">tower_​hard_​forks_​max_​width</span> | gauge | The max width of hard forks (block id with most candidate bank hashes) we've ever seen |
0 commit comments