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
149928: status: add sys.host.net.send.tcp.retrans_segs (and friends) r=tbg a=tbg
`retrans_segs` tracks TCP segments retransmitted for any reason. Please refer
to the help text of the metric, the (internal) [talk], and the excellent
[post by Arthur Chiao].
[talk]: https://cockroachlabs.slack.com/archives/C05B1BPMJLE/p1752780299376659
[post by Arthur Chiao]: http://arthurchiao.art/blog/tcp-retransmission-may-be-misleading/
A number of additional metrics have been added. They all have in common that
they break up the retrans_segs metric, i.e. they can possibly allow us to dig
deeper.
These metrics are parsed from /proc/net/netstat (and /proc/net/snmp, via
`gops`), so they're only supported on linux. When not supported, these
counters will remain at a value of -1.
Fixes#149598.
Epic: none
Release note: the `sys.host.net.send.tcp.retrans_segs` metric has been added, alongside a number of additional TCP metrics. These can be useful to diagnose network issues.
Co-authored-by: Tobias Grieger <[email protected]>
Copy file name to clipboardExpand all lines: docs/generated/metrics/metrics.yaml
+80Lines changed: 80 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9981,6 +9981,86 @@ layers:
9981
9981
derivative: NON_NEGATIVE_DERIVATIVE
9982
9982
how_to_use: This metric measures the length of time, in seconds, that the CockroachDB process has been running. Monitor this metric to detect events such as node restarts, which may require investigation or intervention.
0 commit comments