Skip to content

Commit 17c58f0

Browse files
committed
Publish First Application Observability Code Challenge
1 parent 665e73c commit 17c58f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Loading

content/posts/20250117-first-observability-code-challenge/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Application Observability Code Challenge 1"
3-
date: 2025-01-16T12:44:23Z
3+
date: 2025-01-17T13:29:23Z
44
pin: true
5-
draft: true
65

76
resources:
87
- src: "**.{png,jpg,webp}"
@@ -48,21 +47,22 @@ Prefer an online environment? No problem! Use KillerCode to get started with jus
4847
- The application is instrumented using **OpenTelemetry** auto instrumentation.
4948
- You can either run the application with Docker or directly.
5049
- 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**
5251

5352
The setup looks like this:
54-
![Setup](k6_application_setup.png)
53+
![Setup](full_setup.png)
5554

5655
After running one of the scripts you can get more details in a Grafana dashboard like this:
57-
![K6 dashboard](k6_highload_dashboard.png)
56+
![K6 dashboard](k6_highload_dashboard.png)
5857

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?
6060

6161
👉 Go to the challenge: [https://github.com/cbos/application-observability-code-challenges/tree/main/challenge-01](https://goto.ceesbos.nl/ghch01)
6262

6363
### Feedback?
6464

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 .
6666

6767

6868

0 commit comments

Comments
 (0)