Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
Signed-off-by: crazycs <[email protected]>
  • Loading branch information
crazycs520 committed Feb 11, 2020
1 parent f34a7ef commit 8ec7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infoschema/metric_table_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ var MetricTableMap = map[string]MetricTableDef{
PromQL: `node_sockstat_TCP_inuse{$LABEL_CONDITIONS}`,
Labels: []string{"instance"},
},
"node_segments_retransmitted": {
"node_tcp_segments_retransmitted": {
PromQL: `rate(node_netstat_Tcp_RetransSegs{$LABEL_CONDITIONS}[$RANGE_DURATION]) or irate(node_netstat_Tcp_RetransSegs{$LABEL_CONDITIONS}[$RANGE_DURATION])`,
Labels: []string{"instance"},
},
Expand Down

0 comments on commit 8ec7407

Please sign in to comment.