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
Trying to make it a bit more functional. First, we put bytes sent/received
first. We drop packets sent/received, which largely duplicates this (I could be
talked out of that).
Packet errors and drops are jammed into a single chart. Step changes are
(hopefully) still visible, and it avoids having to scroll through a set of
empty graphs on the way down in the common case of no issues. (I might be
wrong about this, but I've never seen errors, for example, only drops).
I added the new TCP retransmits chart from #149928.
The proxy charts probably not useful most of the time, but I kept them
around. _If_ they do something, I assume we want to know.
| Old Chart Layout | New Chart Layout |
| :---------------------------------------- | :--------------------------------------- |
| Network Bytes Received | Network Bytes Sent |
| Network Packets Received | Network Bytes Received |
| Network Packet Errors on Receive | RPC Heartbeat Latency: 50th percentile |
| Network Packet Drops on Receive | RPC Heartbeat Latency: 99th percentile |
| Network Bytes Sent | Unhealthy RPC Connections |
| Network Packets Sent | Network Packet Errors and Drops |
| Network Packet Errors on Send | TCP Retransmits |
| Network Packet Drops on Send | Proxy requests |
| RPC Heartbeat Latency: 50th percentile | Proxy request errors |
| RPC Heartbeat Latency: 99th percentile | Proxy forwards |
| Unhealthy RPC Connections | Proxy forward errors |
| Proxy requests | |
| Proxy request errors | |
| Proxy forwards | |
Epic: none
tooltip={`The number of outgoing connections on each node that are in an
180
-
unhealthy state.`}
146
+
title="TCP Retransmits"
147
+
tooltip={
148
+
"The number of TCP segments retransmitted. Some retransmissions are benign, but phase changes can be indicative of network congestion or overloaded peers."
0 commit comments