Skip to content

Commit

Permalink
Explain the empty bucket in the CLI tutorial (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinngrier authored Dec 20, 2024
1 parent 436381a commit 7860684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/command-line-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7860684

Please sign in to comment.