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
@@ -1135,6 +1135,9 @@
1135
1135
1136
1136
| Metric | Type | Description |
1137
1137
|--------|------|-------------|
1138
+
| <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.) |
1139
+
| <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) |
1140
+
| <spanclass="metrics-name">tower_​vote_​txn_​mismatch</span> | counter | Number of times a vote txn mismatched our own block id |
1138
1141
| <spanclass="metrics-name">tower_​ancestor_​rollback</span> | counter | Rollback to an ancestor of our prev vote (can't vote) |
0 commit comments