From 91dfbdc38841516186b71bda73039bdbc8883341 Mon Sep 17 00:00:00 2001 From: Quinn Grier Date: Wed, 18 Dec 2024 20:46:07 -0800 Subject: [PATCH] Explain the empty bucket in the CLI tutorial --- docs/command-line-tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/command-line-tutorial.md b/docs/command-line-tutorial.md index e779b00..f1e0b90 100644 --- a/docs/command-line-tutorial.md +++ b/docs/command-line-tutorial.md @@ -303,6 +303,10 @@ for i in {1..150}; do done ``` +Note that the random measurements will only be between 0 and 9 inclusive, while +the buckets were created for measurements between 0 and 10 inclusive. This will +leave the "10" bucket empty for demonstration purposes. + Wait a little while to let the aggregators run the aggregation jobs. Then, get collection results: