Update write-scenario.md (#9312)

**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
Fixes #<issue number>

**Special notes for your reviewer**:

**Checklist**
- [ ] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
pull/9215/head
MattiasSegerdahl 3 years ago committed by GitHub
parent 2b92aeeab8
commit c4e5d0d322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/sources/clients/k6/write-scenario.md

@ -9,7 +9,7 @@ There are multiple considerations when
load testing a Loki cluster's write path.
The most important consideration is the setup of the target cluster.
Keep these items in mind when writing your load test.
Keep these items in mind when setting up your load test for the target cluster.
- Deployment mode. The cluster might be deployed as
a single-binary, as a simple scalable deployment, or as microservices
@ -26,7 +26,7 @@ These parameters can be adjusted in the load test:
* The quantity of distinct labels and their cardinality
This will define how many active streams your load test will generate.
Start with only a few label values,
Start with a small number of label values,
to keep the quantity of streams small enough,
such that it does not overwhelm your cluster.
@ -43,7 +43,7 @@ These parameters can be adjusted in the load test:
VUs can be used to control the amount of parallelism with which logs should
be pushed. Every VU runs its own loop of iterations.
Therfore, the number of VUs has the most impact on
Therefore, the number of VUs has the most impact on
the generated log throughput.
Since generating logs is CPU-intensive, there is a threshold above which
increasing the number VUs does not result in a higher amount of log data.

Loading…
Cancel
Save