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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -847,26 +847,26 @@
847
847
848
848
</div>
849
849
850
-
## Snaprd Tile
850
+
## Snapct Tile
851
851
852
852
<divclass="metrics">
853
853
854
854
| Metric | Type | Description |
855
855
|--------|------|-------------|
856
-
| <spanclass="metrics-name">snaprd_​state</span> | gauge | State of the tile |
857
-
| <spanclass="metrics-name">snaprd_​full_​num_​retries</span> | counter | Number of times we aborted and retried full snapshot download because the peer was too slow |
858
-
| <spanclass="metrics-name">snaprd_​incremental_​num_​retries</span> | counter | Number of times we aborted and retried incremental snapshot download because the peer was too slow |
859
-
| <spanclass="metrics-name">snaprd_​full_​bytes_​read</span> | gauge | Number of bytes read so far from the full snapshot. Might decrease if snapshot load is aborted and restarted |
860
-
| <spanclass="metrics-name">snaprd_​full_​bytes_​written</span> | gauge | Number of bytes written so far from the full snapshot. Might decrease if snapshot load is aborted and restarted |
861
-
| <spanclass="metrics-name">snaprd_​full_​bytes_​total</span> | gauge | Total size of the full snapshot file. Might change if snapshot load is aborted and restarted |
862
-
| <spanclass="metrics-name">snaprd_​full_​download_​retries</span> | gauge | Number of times we retried the full snapshot download because the peer was too slow |
863
-
| <spanclass="metrics-name">snaprd_​incremental_​bytes_​read</span> | gauge | Number of bytes read so far from the incremental snapshot. Might decrease if snapshot load is aborted and restarted |
864
-
| <spanclass="metrics-name">snaprd_​incremental_​bytes_​written</span> | gauge | Number of bytes written so far from the incremental snapshot. Might decrease if snapshot load is aborted and restarted |
865
-
| <spanclass="metrics-name">snaprd_​incremental_​bytes_​total</span> | gauge | Total size of the incremental snapshot file. Might change if snapshot load is aborted and restarted |
866
-
| <spanclass="metrics-name">snaprd_​incremental_​download_​retries</span> | gauge | Number of times we retried the incremental snapshot download because the peer was too slow |
867
-
| <spanclass="metrics-name">snaprd_​predicted_​slot</span> | gauge | The predicted slot from which replay starts after snapshot loading finishes. Might change if snapshot load is aborted and restarted |
868
-
| <spanclass="metrics-name">snaprd_​gossip_​fresh_​count</span> | gauge | Number of fresh gossip peers seen when collecting gossip peers. |
869
-
| <spanclass="metrics-name">snaprd_​gossip_​total_​count</span> | gauge | Number of total gossip peers seen when collecting gossip peers. |
856
+
| <spanclass="metrics-name">snapct_​state</span> | gauge | State of the tile |
857
+
| <spanclass="metrics-name">snapct_​full_​num_​retries</span> | counter | Number of times we aborted and retried full snapshot download because the peer was too slow |
858
+
| <spanclass="metrics-name">snapct_​incremental_​num_​retries</span> | counter | Number of times we aborted and retried incremental snapshot download because the peer was too slow |
859
+
| <spanclass="metrics-name">snapct_​full_​bytes_​read</span> | gauge | Number of bytes read so far from the full snapshot. Might decrease if snapshot load is aborted and restarted |
860
+
| <spanclass="metrics-name">snapct_​full_​bytes_​written</span> | gauge | Number of bytes written so far from the full snapshot. Might decrease if snapshot load is aborted and restarted |
861
+
| <spanclass="metrics-name">snapct_​full_​bytes_​total</span> | gauge | Total size of the full snapshot file. Might change if snapshot load is aborted and restarted |
862
+
| <spanclass="metrics-name">snapct_​full_​download_​retries</span> | gauge | Number of times we retried the full snapshot download because the peer was too slow |
863
+
| <spanclass="metrics-name">snapct_​incremental_​bytes_​read</span> | gauge | Number of bytes read so far from the incremental snapshot. Might decrease if snapshot load is aborted and restarted |
864
+
| <spanclass="metrics-name">snapct_​incremental_​bytes_​written</span> | gauge | Number of bytes written so far from the incremental snapshot. Might decrease if snapshot load is aborted and restarted |
865
+
| <spanclass="metrics-name">snapct_​incremental_​bytes_​total</span> | gauge | Total size of the incremental snapshot file. Might change if snapshot load is aborted and restarted |
866
+
| <spanclass="metrics-name">snapct_​incremental_​download_​retries</span> | gauge | Number of times we retried the incremental snapshot download because the peer was too slow |
867
+
| <spanclass="metrics-name">snapct_​predicted_​slot</span> | gauge | The predicted slot from which replay starts after snapshot loading finishes. Might change if snapshot load is aborted and restarted |
868
+
| <spanclass="metrics-name">snapct_​gossip_​fresh_​count</span> | gauge | Number of fresh gossip peers seen when collecting gossip peers. |
869
+
| <spanclass="metrics-name">snapct_​gossip_​total_​count</span> | gauge | Number of total gossip peers seen when collecting gossip peers. |
fd_topob_link( topo, "snapin_manif", "snapin_manif", 4UL, sizeof(fd_snapshot_manifest_t), 1UL ); /* TODO: Should be depth 1 or 2 but replay backpressures */
0 commit comments