@@ -108,12 +108,14 @@ var (
108
108
Name : "tcpinfo_send_rate_histogram" ,
109
109
Help : "send rate histogram" ,
110
110
Buckets : []float64 {
111
- 0 , // We don't really care about small rates, so we use course measurement below 10Kbps.
112
- 1 , 10 , 100 , 1000 ,
113
- 10000 , 12600 , 15800 , 20000 , 25100 , 31600 , 39800 , 50100 , 63100 , 79400 ,
111
+ 0 , // We don't really care about small rates, so we use course measurement below 100Kbps.
112
+ 1 , 10 , 100 , 1000 , 10000 ,
114
113
100000 , 126000 , 158000 , 200000 , 251000 , 316000 , 398000 , 501000 , 631000 , 794000 ,
115
114
1000000 , 1260000 , 1580000 , 2000000 , 2510000 , 3160000 , 3980000 , 5010000 , 6310000 , 7940000 ,
116
- 10000000 , math .Inf (+ 1 ),
115
+ 10000000 , 12600000 , 15800000 , 20000000 , 25100000 , 31600000 , 39800000 , 50100000 , 63100000 , 79400000 ,
116
+ 100000000 , 126000000 , 158000000 , 200000000 , 251000000 , 316000000 , 398000000 , 501000000 , 631000000 , 794000000 ,
117
+ 1000000000 , 1260000000 , 1580000000 , 2000000000 , 2510000000 , 3160000000 , 3980000000 , 5010000000 , 6310000000 , 7940000000 ,
118
+ 10000000000 , math .Inf (+ 1 ),
117
119
},
118
120
})
119
121
// ReceiveRateHistogram tracks the 1 second average TCP send rate from a namespace.
@@ -126,12 +128,14 @@ var (
126
128
Name : "tcpinfo_receive_rate_histogram" ,
127
129
Help : "receive rate histogram" ,
128
130
Buckets : []float64 {
129
- 0 , // We don't really care about small rates, so we use course measurement below 10Kbps.
130
- 1 , 10 , 100 , 1000 ,
131
- 10000 , 12600 , 15800 , 20000 , 25100 , 31600 , 39800 , 50100 , 63100 , 79400 ,
131
+ 0 , // We don't really care about small rates, so we use course measurement below 100Kbps.
132
+ 1 , 10 , 100 , 1000 , 10000 ,
132
133
100000 , 126000 , 158000 , 200000 , 251000 , 316000 , 398000 , 501000 , 631000 , 794000 ,
133
134
1000000 , 1260000 , 1580000 , 2000000 , 2510000 , 3160000 , 3980000 , 5010000 , 6310000 , 7940000 ,
134
- 10000000 , math .Inf (+ 1 ),
135
+ 10000000 , 12600000 , 15800000 , 20000000 , 25100000 , 31600000 , 39800000 , 50100000 , 63100000 , 79400000 ,
136
+ 100000000 , 126000000 , 158000000 , 200000000 , 251000000 , 316000000 , 398000000 , 501000000 , 631000000 , 794000000 ,
137
+ 1000000000 , 1260000000 , 1580000000 , 2000000000 , 2510000000 , 3160000000 , 3980000000 , 5010000000 , 6310000000 , 7940000000 ,
138
+ 10000000000 , math .Inf (+ 1 ),
135
139
},
136
140
})
137
141
0 commit comments