From d4fd01bb57c4a693addfeb3d0715f4f0960159d3 Mon Sep 17 00:00:00 2001 From: Vchanger Date: Sat, 23 Sep 2023 16:01:46 +0800 Subject: [PATCH] Update tcp metrics label name --- gopher_tech.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopher_tech.md b/gopher_tech.md index 3b65f84..0459afd 100644 --- a/gopher_tech.md +++ b/gopher_tech.md @@ -632,7 +632,7 @@ | server_port | | key | | 客户端:对端端口;服务端:本地端口 | | protocol | | key | | 协议族(IPv4、IPv6) | | retran_packets | tcp_abn(0x01) | Gauge | | total number of retrans | -| retran_ratio | tcp_abn(0x01) | Gauge | | retran ratio | +| retrans_ratio | tcp_abn(0x01) | Gauge | | retran ratio | | backlog_drops | tcp_abn(0x01) | Gauge | | drops caused by backlog queue full | | sk_drops | tcp_abn(0x01) | Counter | | Number of lost packets in the TCP protocol stack | | lost_out | tcp_abn(0x01) | Gauge | segs | Number of lost segments estimated by TCP congestion | -- Gitee