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
+8
Original file line number
Diff line number
Diff line change
@@ -584,3 +584,11 @@
584
584
| repair_​sent_​pkt_​types_​needed_​window |`counter`| What types of client messages are we sending (Need Window) |
585
585
| repair_​sent_​pkt_​types_​needed_​highest_​window |`counter`| What types of client messages are we sending (Need Highest Window) |
586
586
| repair_​sent_​pkt_​types_​needed_​orphan |`counter`| What types of client messages are we sending (Need Orphans) |
587
+
588
+
## Sender Tile
589
+
| Metric | Type | Description |
590
+
|--------|------|-------------|
591
+
| sender_​txns_​sent_​to_​leader |`counter`| Total count of transactions sent to leader |
592
+
| sender_​leader_​sched_​not_​found |`counter`| Total count of times leader schedule not found |
593
+
| sender_​leader_​not_​found |`counter`| Total count of times leader not found for given slot |
594
+
| sender_​leader_​contact_​not_​found |`counter`| Total count of times leader contact info not found |
0 commit comments