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
@@ -1045,6 +1045,10 @@
1045
1045
| <spanclass="metrics-name">bankf_​transaction_​result</span><br/>{transaction_​result="<spanclass="metrics-enum">insufficient_​funds_​for_​rent</span>"} | counter | Result of loading and executing a transaction. (The transaction would leave an account with a lower balance than the rent-exempt minimum) |
1046
1046
| <spanclass="metrics-name">bankf_​transaction_​result</span><br/>{transaction_​result="<spanclass="metrics-enum">unbalanced_​transaction</span>"} | counter | Result of loading and executing a transaction. (The total referenced account lamports before and after the transaction was unbalanced) |
1047
1047
| <spanclass="metrics-name">bankf_​transaction_​result</span><br/>{transaction_​result="<spanclass="metrics-enum">bundle_​peer</span>"} | counter | Result of loading and executing a transaction. (The transaction was part of a bundle and an earlier transaction in the bundle failed) |
1048
+
| <spanclass="metrics-name">bankf_​transaction_​landed</span><br/>{transaction_​landed="<spanclass="metrics-enum">landed_​success</span>"} | counter | Whether a transaction landed in the block or not. (Transaction landed) |
1049
+
| <spanclass="metrics-name">bankf_​transaction_​landed</span><br/>{transaction_​landed="<spanclass="metrics-enum">landed_​fees_​only</span>"} | counter | Whether a transaction landed in the block or not. (Transaction landed, but was fees only and did not execute) |
1050
+
| <spanclass="metrics-name">bankf_​transaction_​landed</span><br/>{transaction_​landed="<spanclass="metrics-enum">landed_​failed</span>"} | counter | Whether a transaction landed in the block or not. (Transaction landed, but failed to execute) |
1051
+
| <spanclass="metrics-name">bankf_​transaction_​landed</span><br/>{transaction_​landed="<spanclass="metrics-enum">unlanded</span>"} | counter | Whether a transaction landed in the block or not. (Transaction did not land) |
0 commit comments