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
+35-11Lines changed: 35 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -916,6 +916,41 @@
916
916
917
917
</div>
918
918
919
+
## Snapwr Tile
920
+
921
+
<divclass="metrics">
922
+
923
+
| Metric | Type | Description |
924
+
|--------|------|-------------|
925
+
| <spanclass="metrics-name">snapwr_​state</span> | gauge | State of the tile. 0=IDLE, 1=PROCESSING, 4=SHUTDOWN |
926
+
| <spanclass="metrics-name">snapwr_​vinyl_​bytes_​written</span> | gauge | Number of bytes written so far to the vinyl snapshot file. Might decrease if snapshot creation is aborted and restarted |
927
+
928
+
</div>
929
+
930
+
## Snaplta Tile
931
+
932
+
<divclass="metrics">
933
+
934
+
| Metric | Type | Description |
935
+
|--------|------|-------------|
936
+
| <spanclass="metrics-name">snaplta_​state</span> | gauge | State of the tile. 0=hashing, 1=done, 2=shutdown |
937
+
| <spanclass="metrics-name">snaplta_​full_​accounts_​hashed</span> | gauge | Number of accounts hashed for the full snapshot during snapshot loading. Might decrease if snapshot load is aborted and restarted |
938
+
| <spanclass="metrics-name">snaplta_​incremental_​accounts_​hashed</span> | gauge | Number of accounts hashed for the incremental snapshot during snapshot loading. Might decrease if snapshot load is aborted and restarted |
939
+
940
+
</div>
941
+
942
+
## Snaplts Tile
943
+
944
+
<divclass="metrics">
945
+
946
+
| Metric | Type | Description |
947
+
|--------|------|-------------|
948
+
| <spanclass="metrics-name">snaplts_​state</span> | gauge | State of the tile. 0=hashing, 1=done, 2=shutdown |
949
+
| <spanclass="metrics-name">snaplts_​full_​accounts_​hashed</span> | gauge | Number of accounts hashed for the full snapshot during snapshot loading. Might decrease if snapshot load is aborted and restarted |
950
+
| <spanclass="metrics-name">snaplts_​incremental_​accounts_​hashed</span> | gauge | Number of accounts hashed for the incremental snapshot during snapshot loading. Might decrease if snapshot load is aborted and restarted |
951
+
952
+
</div>
953
+
919
954
## Ipecho Tile
920
955
921
956
<divclass="metrics">
@@ -1096,14 +1131,3 @@
1096
1131
| <spanclass="metrics-name">exec_​progcache_​invalidations</span> | counter | Number of program cache invalidations |
1097
1132
1098
1133
</div>
1099
-
1100
-
## Snapwr Tile
1101
-
1102
-
<divclass="metrics">
1103
-
1104
-
| Metric | Type | Description |
1105
-
|--------|------|-------------|
1106
-
| <spanclass="metrics-name">snapwr_​state</span> | gauge | State of the tile. 0=IDLE, 1=PROCESSING, 4=SHUTDOWN |
1107
-
| <spanclass="metrics-name">snapwr_​vinyl_​bytes_​written</span> | gauge | Number of bytes written so far to the vinyl snapshot file. Might decrease if snapshot creation is aborted and restarted |
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