Skip to content

Commit 78f63c2

Browse files
committed
Update README.md and add K6 as a requirement
1 parent 0fce710 commit 78f63c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

challenge-01/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ An online guided environment is available with KillerCode, see [https://killerco
3131
- Java 21 (if you want to use a lower version, you will need to modify the pom.xml)
3232
- Docker (if you want to use the provided docker-compose file)
3333
- Just CLI (optional, but recommended)
34+
- [K6](https://grafana.com/docs/k6/latest/set-up/install-k6/) for load testing
3435

3536
## Prepare the environment
3637

@@ -47,6 +48,7 @@ cd application-observability-code-challenges/challenge-01
4748

4849
```shell
4950
just download-otel
51+
# Or create a .otel directory and download the jar OpenTelemetry Java agent jar to the .otel directory
5052
```
5153
This downloads the OpenTelemetry Java agent jar to the `.otel` directory.
5254

0 commit comments

Comments
 (0)