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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,8 +450,8 @@
450
450
| <spanclass="metrics-name">shred_​force_​complete_​request</span> | counter | The number of times we received a FEC force complete message |
451
451
| <spanclass="metrics-name">shred_​force_​complete_​failure</span> | counter | The number of times we failed to force complete a FEC set on request |
452
452
| <spanclass="metrics-name">shred_​force_​complete_​success</span> | counter | The number of times we successfully forced completed a FEC set on request |
453
-
| <spanclass="metrics-name">shred_​shred_​out_​rcv</span> | counter | The number of times we received a repair shred |
454
-
| <spanclass="metrics-name">shred_​shred_​out_​rcv_​bytes</span> | counter | The number bytes received from network packets with repair shreds. Bytes include network headers. |
453
+
| <spanclass="metrics-name">shred_​shred_​repair_​rcv</span> | counter | The number of times we received a repair shred |
454
+
| <spanclass="metrics-name">shred_​shred_​repair_​rcv_​bytes</span> | counter | The number bytes received from network packets with repair shreds. Bytes include network headers. |
455
455
| <spanclass="metrics-name">shred_​shred_​turbine_​rcv</span> | counter | The number of times we received a turbine shred |
456
456
| <spanclass="metrics-name">shred_​shred_​turbine_​rcv_​bytes</span> | counter | The number bytes received from network packets with turbine shreds. Bytes include network headers. |
457
457
| <spanclass="metrics-name">shred_​store_​insert_​wait</span> | histogram | Time in seconds spent waiting for the store to insert a new FEC set |
total_consumed+=ovar_net_metrics[ MIDX( COUNTER, LINK, CONSUMED_COUNT ) ]; /* shred frag filtering happens manually in after_frag, so no need to index every shred_tile. */
694
716
}
695
-
printf( " Total overrun: %s\n", fmt_count( buf2, total_overrun ) );
696
-
printf( " Net consumed: %s\n", fmt_count( buf2, total_consumed ) );
#defineFD_METRICS_COUNTER_SHRED_SHRED_OUT_RCV_BYTES_DESC "The number bytes received from network packets with repair shreds. Bytes include network headers."
#defineFD_METRICS_COUNTER_SHRED_SHRED_REPAIR_RCV_BYTES_DESC "The number bytes received from network packets with repair shreds. Bytes include network headers."
0 commit comments