|
1 | 1 | ---
|
2 | 2 | title: "Application Observability Code Challenge 1"
|
3 |
| -date: 2025-01-16T12:44:23Z |
| 3 | +date: 2025-01-17T13:29:23Z |
4 | 4 | pin: true
|
5 |
| -draft: true |
6 | 5 |
|
7 | 6 | resources:
|
8 | 7 | - src: "**.{png,jpg,webp}"
|
@@ -48,21 +47,22 @@ Prefer an online environment? No problem! Use KillerCode to get started with jus
|
48 | 47 | - The application is instrumented using **OpenTelemetry** auto instrumentation.
|
49 | 48 | - You can either run the application with Docker or directly.
|
50 | 49 | - Pre-configured **K6 load scripts** to simulate traffic and reveal performance bottlenecks.
|
51 |
| -- You can use the **pre-configured [Observability Toolkit](../observability-toolkit)** or you can use your own Observability stack |
| 50 | +- You can use the **pre-configured [Observability Toolkit](../observability-toolkit)** or you can use **your own Observability stack** |
52 | 51 |
|
53 | 52 | The setup looks like this:
|
54 |
| - |
| 53 | + |
55 | 54 |
|
56 | 55 | After running one of the scripts you can get more details in a Grafana dashboard like this:
|
57 |
| - |
| 56 | + |
58 | 57 |
|
59 |
| -In this screenshot you can see that the application is reaching a limit for some reason, more load does not give more requests per second and with more load the response times increase a lot. |
| 58 | +In this screenshot you can see that the application is **reaching a limit for some reason**, more load does not give more requests per second and **with more load the response times increase** a lot. |
| 59 | +Are you able to improve the observability, find the cause and maybe even fix it? |
60 | 60 |
|
61 | 61 | 👉 Go to the challenge: [https://github.com/cbos/application-observability-code-challenges/tree/main/challenge-01](https://goto.ceesbos.nl/ghch01)
|
62 | 62 |
|
63 | 63 | ### Feedback?
|
64 | 64 |
|
65 |
| -If you have any feedback, please let me know. You can leave a comment below, send me a message on Bluesky, Mastodon, LinkedIn or in the ['discussion'](https://github.com/cbos/application-observability-code-challenges/discussions) section of the challenge's Github repository . |
| 65 | +If you have any feedback, please let me know. You can leave a comment below, send me a message on [Bluesky](https://bsky.app/profile/ceesbos.nl), [Mastodon](https://foojay.social/@cbos), [LinkedIn](https://www.linkedin.com/in/ceesbos/) or in the ['discussion'](https://github.com/cbos/application-observability-code-challenges/discussions) section of the challenge's Github repository . |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
0 commit comments