Skip to content

Commit 7d09c8d

Browse files
committed
Update JCON page
1 parent 20c2552 commit 7d09c8d

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

199 KB
Loading

content/talks/2025-JCON/index.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,54 @@ carousel:
3636

3737
---
3838

39-
![Announcement](speaker_banner.png)
39+
#### Slides
40+
41+
{{< slideshare key="cSGMpae1hwkaJa" >}}
42+
43+
#### Details about code examples
44+
45+
An overview of the demo setup I used during the presentation:
46+
![Demo setup](demo_services.png)
47+
48+
The `K6` scripts and the code of `Alpha` en `Beta` services can be found here:
49+
🖵 [https://github.com/cbos/solving-problems-with-opentelemetry](https://goto.ceesbos.nl/solving-problems-with-otel)
50+
51+
The `OpenTelemetry collector`, `Prometheus`, `Tempo`, `Loki` and `Grafana` are part of the Observability Toolkit:
52+
🖵 [https://github.com/cbos/observability-toolkit](https://goto.ceesbos.nl/observability-toolkit)
53+
54+
##### OpenTelemetry documentation
55+
56+
As mentioned during the talk, OpenTelemetry has a lot of good documentation.
57+
Here are some links:
58+
- 🗎 [Java support introduction](https://opentelemetry.io/docs/languages/java/intro/)
59+
60+
And some more links on zero code/auto-instrumentation:
61+
- 🗎 [Java agent](https://opentelemetry.io/docs/zero-code/java/agent/)
62+
- 🗎 [Annotations](https://opentelemetry.io/docs/zero-code/java/agent/annotations/) to create internal spans for example
63+
- 🗎 [API](https://opentelemetry.io/docs/zero-code/java/agent/api/) to enrich your spans and create custom metrics
4064

65+
#### 📣 Application Observability Code Challenges
66+
67+
With [Application Observability Code Challenges](/posts/application-observability-code-challenges) you can practice yourself.
68+
The goals of the challenges:
69+
70+
71+
The goals of the challenges:
72+
- 🎉 - Have fun !
73+
- 🖵 - Learn to understand the behaviour of the code
74+
- 📈 - Learn how to use observability tools to understand code behaviour 📈
75+
- 🔍 - Spot the unexpected behaviour!
76+
- 🤗 - Practice and learn!
77+
- 🎁 - Share your findings and solution, either as a comment or as a pull request
78+
79+
80+
Here is a list of available code challenges:
81+
82+
{{< challenges >}}
83+
84+
#### JCON Talk announcement
85+
86+
![Announcement](speaker_banner.png)
4187

4288

4389

0 commit comments

Comments
 (0)