Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 648e9a0

Browse files
Han Kangrghetia
authored andcommitted
fix buckets in example/quickstart (#1132)
1 parent d00fa0c commit 648e9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart/stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var (
9090
Description: "Groups the lengths of keys in buckets",
9191
Measure: mLineLengths,
9292
// Lengths: [>=0B, >=5B, >=10B, >=15B, >=20B, >=40B, >=60B, >=80, >=100B, >=200B, >=400, >=600, >=800, >=1000]
93-
Aggregation: view.Distribution(5, 2000, 15, 20, 40, 60, 80, 100, 200, 400, 600, 800, 1000),
93+
Aggregation: view.Distribution(5, 10, 15, 20, 40, 60, 80, 100, 200, 400, 600, 800, 1000),
9494
}
9595
)
9696

0 commit comments

Comments
 (0)