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
* snapshots: add https
* deps: fix multi-threaded OpenSSL usage
Fixes incorrect usage of the OpenSSL 'static' feature which is
intended for statically linking glibc. The static feature breaks
multi-threaded use of OpenSSL, so it should be disabled.
Note that libssl.a still gets built, so OpenSSL itself is still
statically linked.
---------
Co-authored-by: Richard Patel <[email protected]>
Copy file name to clipboardExpand all lines: book/api/metrics-generated.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -900,6 +900,7 @@
900
900
| <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 |
901
901
| <spanclass="metrics-name">snapct_​gossip_​fresh_​count</span> | gauge | Number of fresh gossip peers seen when collecting gossip peers. |
902
902
| <spanclass="metrics-name">snapct_​gossip_​total_​count</span> | gauge | Number of total gossip peers seen when collecting gossip peers. |
903
+
| <spanclass="metrics-name">snapct_​ssl_​alloc_​errors</span> | counter | Number of SSL allocation errors encountered. |
903
904
904
905
</div>
905
906
@@ -910,6 +911,7 @@
910
911
| Metric | Type | Description |
911
912
|--------|------|-------------|
912
913
| <spanclass="metrics-name">snapld_​state</span> | gauge | State of the tile. 0=IDLE, 1=PROCESSING, 2=FINISHING, 3=ERROR, 4=SHUTDOWN |
914
+
| <spanclass="metrics-name">snapld_​ssl_​alloc_​errors</span> | counter | Number of SSL allocation errors encountered. |
913
915
914
916
</div>
915
917
@@ -1200,6 +1202,5 @@
1200
1202
| <spanclass="metrics-name">tower_​hard_​forks_​seen</span> | counter | Number of hard forks we've seen (block ids with multiple candidate bank hashes) |
1201
1203
| <spanclass="metrics-name">tower_​hard_​forks_​pruned</span> | counter | Number of hard forks (candidate bank hashes) we've pruned |
1202
1204
| <spanclass="metrics-name">tower_​hard_​forks_​active</span> | gauge | Currently active hard forks |
1203
-
| <spanclass="metrics-name">tower_​hard_​forks_​max_​width</span> | gauge | The max width of hard forks (block id with most candidate bank hashes) we've ever seen |
0 commit comments