Skip to content

Commit

Permalink
tutorials: Fix all spelling issues discovered by codespell.
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <[email protected]>
  • Loading branch information
mjtrangoni committed Aug 16, 2024
1 parent b422861 commit af663bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/interactive-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thanos repository contains an interactive example, which will spin up an environment for you locally in Docker containers.

A prerequiste for running the example is having [Docker](https://docs.docker.com/get-docker/) installed already.
A prerequisite for running the example is having [Docker](https://docs.docker.com/get-docker/) installed already.

To run the example, run the following commands:
1. Build the Thanos image locally by running `make docker`.
Expand All @@ -13,4 +13,4 @@ To run the example, run the following commands:
The example will generate some data for you to play with and store it in `data` directory for subsequent tests runs.
You can choose from different hardcoded generation profiles, which will give you different amount of data. You can change this by setting the `BLOCK_PROFILE` environment variable to a selected profile name. You can find the available profiles [here](https://github.com/thanos-io/thanosbench/blob/master/pkg/blockgen/profiles.go#L28) (we use `thanosbench` tool to generate our test data).

The default profile is `continuous-30d-tiny` which will give you test data for 5 different applications with single metric. If you really want to ramp it up, you can use `continuous-1w-small`, which will give you test data for 100 applications with 100 metrics for each (BEWARE: Generating this much data requires a lot of RAM, make sure you have at least 8 GB availble, otherwise generation might fail).
The default profile is `continuous-30d-tiny` which will give you test data for 5 different applications with single metric. If you really want to ramp it up, you can use `continuous-1w-small`, which will give you test data for 100 applications with 100 metrics for each (BEWARE: Generating this much data requires a lot of RAM, make sure you have at least 8 GB available, otherwise generation might fail).

0 comments on commit af663bc

Please sign in to comment.