Skip to content

Commit a98b9a2

Browse files
committed
Add JCON talk to the list
1 parent 79644b1 commit a98b9a2

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

content/talks/2025-JCON/index.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "JCON"
3+
date: 2025-04-21T02:00:00Z
4+
pin: false
5+
6+
resources:
7+
- src: "**.{png,jpg,webp}"
8+
title: "Image #:counter"
9+
10+
tags:
11+
- Grafana
12+
- OpenTelemetry
13+
- Traces
14+
- Java
15+
16+
conference:
17+
name: JCON
18+
location: Cologne, Germany
19+
date: May 12 – 15, 2025
20+
url: https://2025.europe.jcon.one/
21+
talk:
22+
url: https://schedule.jcon.one/session/781034
23+
title: How I solved production issues with OpenTelemetry (and how you can too)
24+
abstract:
25+
Ensuring the reliability of your Java applications is critical in today's fast-paced world. But how do you identify and fix production issues before they get worse? With cloud-native applications, it can be even more difficult because you can't log into the system to get some of the data you need. The answer lies in observability - and in particular, OpenTelemetry.<BR>
26+
<BR>
27+
In this session, I'll show you how I used OpenTelemetry to solve several production problems. You'll learn how I uncovered critical issues that were invisible without the right telemetry data - and how you can do the same. OpenTelemetry provides the tools you need to understand what's happening in your application in real time, from tracking down hidden bugs to uncovering system bottlenecks. These solutions have significantly improved our applications' performance and reliability.<BR>
28+
<BR>
29+
A key concept we will use is traces. Architecture diagrams often don't tell the whole story, especially in microservices landscapes. I'll show you how traces can help you build a service graph and save you hours in a crisis. A service graph gives you an overview and helps to find problems.<BR>
30+
<BR>
31+
Whether you're new to observability or a seasoned professional, this session will give you practical insights and tools to improve your application's observability and change the way how you handle production issues. Solving problems is much easier with the right data at your fingertips.
32+
33+
carousel:
34+
images:
35+
- image: speaker_banner.png
36+
37+
---
38+
39+
![Announcement](speaker_banner.png)
40+
41+
42+
43+
44+
45+
46+
47+
615 KB
Loading

0 commit comments

Comments
 (0)