Skip to content

Commit 7bda23a

Browse files
committed
update go
1 parent 4bad2ae commit 7bda23a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/monitor_collector.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ func (c *monitorCollector) valueForProp(name, value string) int {
107107
return 100
108108
case v == "1Gbps":
109109
return 1000
110+
case v == "2.5Gbps":
111+
return 2500
110112
case v == "10Gbps":
111113
return 10000
112114
}

0 commit comments

Comments
 (0)