Skip to content

Commit 883b5ea

Browse files
committed
Update netstats.py
Put tcp_attempt_fails percentage in correct metric group
1 parent 35888b1 commit 883b5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

network/netstats/python_modules/netstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def metric_init(params):
217217
"call_back" : get_tcpattemptfail_percentage,
218218
"description": "TCP attemptfail percentage, tcpattemptfail / insegs + outsegs",
219219
"units" : "pct",
220-
'groups' : 'tcpext'
220+
'groups' : 'tcp'
221221
}))
222222

223223

0 commit comments

Comments
 (0)