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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1159,6 +1159,9 @@
1159
1159
1160
1160
| Metric | Type | Description |
1161
1161
|--------|------|-------------|
1162
+
| <spanclass="metrics-name">tower_​vote_​txn_​invalid</span> | counter | Number of times we dropped a vote txn because it was invalid (malformed, bad signature, etc.) |
1163
+
| <spanclass="metrics-name">tower_​vote_​txn_​ignored</span> | counter | Number of times we ignored all or part of a vote txn because we didn't recognize a slot (eg. our replay was behind) |
1164
+
| <spanclass="metrics-name">tower_​vote_​txn_​mismatch</span> | counter | Number of times a vote txn mismatched our own block id |
1162
1165
| <spanclass="metrics-name">tower_​ancestor_​rollback</span> | counter | Rollback to an ancestor of our prev vote (can't vote) |
0 commit comments