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: pkg/p2p/libp2p/internal/handshake/metrics.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ func newMetrics() metrics {
81
81
Namespace: m.Namespace,
82
82
Subsystem: subsystem,
83
83
Name: "address_minted_total",
84
-
Help: "Number of session-stable signed addresses minted (signed-address cache misses). Should plateau at a small number per session; linear growth with handshakes indicates advertised-underlay churn.",
84
+
Help: "Number of session-stable signed addresses minted. Plateaus per session; linear growth indicates advertised-underlay churn.",
0 commit comments