-
Type:
Bug
-
Status: Done
-
Priority:
Low
-
Resolution: Done
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.2.1
-
Component/s: Grafana Dashboards
-
Labels:
-
Story Points:2
-
Sprint:Platform Sprint 7, Platform Sprint 8
-
Needs Review:Yes
-
Needs QA:Yes
-
Needs Doc:Yes
The Timeout value used for retransmitting displays node_netstat_Tcp_RtoAlgorithm{node_name=~\"$host\"} metric, but the RTOAlgorithm is a static value and it is always returns `1`. Note, that tcp rto timeouts are per connection and dynamic.
tcpRtoAlgorithm OBJECT-TYPE
SYNTAX INTEGER {
other(1),
constant(2),
rsre(3),
vanj(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The algorithm used to determine the timeout value
used for retransmitting unacknowledged octets."
::= { tcp 1 }