You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenge-01/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,11 @@ The goal is to have fun and learn in the first place.
11
11
> 🚨 **Challenge**:
12
12
> - Run the sample application
13
13
> - Run the tests to see what happens
14
-
> - Try to find out what is happens, make a hypothesis❗
14
+
> - Try to find out what happens, make a hypothesis❗
15
15
> -**Improve the observability** of the application to **prove the hypothesis**
16
16
> - Optional: fix the problem and **prove it with observability data that it is really fixed**
17
17
> - Optional, but highly appreciated 🙏: Share your findings, insights you learned and potential solution, either as a ['discussion'](https://github.com/cbos/application-observability-code-challenges/discussions) or as a pull request
18
18
19
-
In one or two weeks I will come up with a blogpost with insights, observability improvements and possible solutions.
20
-
21
19
An online guided environment is available with KillerCode, see [https://killercoda.com/observability-code-challenges](https://goto.ceesbos.nl/aocckk)
22
20
23
21
## Challenge
@@ -50,7 +48,7 @@ cd application-observability-code-challenges/challenge-01
50
48
```shell
51
49
just download-otel
52
50
```
53
-
This download the OpenTelemetry Java agent jar to the `.otel` directory.
51
+
This downloads the OpenTelemetry Java agent jar to the `.otel` directory.
54
52
55
53
### Build the application
56
54
@@ -59,9 +57,9 @@ just build
59
57
# or if you want to do it manually
60
58
./mvnw clean verify
61
59
```
62
-
This will download the OpenTelemetry Java agent jar into the `.otel' directory.
60
+
This will build and package the application.
63
61
64
-
### Observability Tooklit or your own stack
62
+
### Observability Toolkit or your own stack
65
63
Launch your observability stack or use the Observability Toolkit.
66
64
The sample application assumes that you have an OpenTelemetry endpoint running at `localhost:4318`.
67
65
@@ -219,7 +217,7 @@ just k6-with-heavy-query
219
217
```
220
218
221
219
This is not a complicated test, but a test to see what happens when a 'heavy' query is executed.
222
-
Suddenly all queries will hang, it is like you customers complaining about a slow system 🚨.
220
+
Suddenly all queries will hang, it is like your customers complaining about a slow system 🚨.
0 commit comments