Skip to content

Commit 165ee58

Browse files
committed
Update list of talks for the coming period
1 parent 4064189 commit 165ee58

File tree

6 files changed

+101
-1
lines changed

6 files changed

+101
-1
lines changed

content/talks/2024-ING-Reliability-event/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ carousel:
3636

3737
### About ING Reliability Event
3838

39-
This event is an internal event at ING. The conferences was held in Amsterdam and online. In total there were 900 attendees (300 physical and 600 online)
39+
This event is an internal event at ING. The conference was held in Amsterdam and online. In total there were 900 attendees (300 physical and 600 online)
4040

4141
#### Program the Reliability Event after the break
4242

199 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Devoxx Belgium"
3+
date: 2025-08-05T02:00:00Z
4+
pin: false
5+
6+
7+
tags:
8+
- Grafana
9+
- OpenTelemetry
10+
- Traces
11+
- Java
12+
13+
conference:
14+
name: Devoxx Belgium
15+
location: Antwerpen, Belgium
16+
date: October 6 – 10, 2025
17+
url: https://devoxx.be
18+
talk:
19+
title: How I solved production issues with OpenTelemetry (and how you can too)
20+
abstract:
21+
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>
22+
<BR>
23+
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>
24+
<BR>
25+
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>
26+
<BR>
27+
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.
28+
29+
30+
---
31+
32+
33+
34+
35+
36+
37+
38+
615 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "ING Backend Summit"
3+
date: 2025-08-05T02:00:00Z
4+
pin: false
5+
6+
7+
tags:
8+
- Grafana
9+
- Tempo
10+
- Traces
11+
- OpenTelemetry
12+
- Java
13+
14+
conference:
15+
name: ING Backend Summit
16+
location: Amsterdam
17+
date: September 17th, 2025
18+
talk:
19+
title: Find your way to the right trace
20+
abstract:
21+
Customer impact is reported since 5 minutes, you see an error spike in your metrics, but what is causing this? Is it related to requests to downstream services? Or do we face other problems? Do we face these problems on all endpoints or just a single endpoint? Is it related to a specific country or specific customer journey?
22+
The replacement for the old tracing UI has been live for about a year now, but time moves on, and Application and Chain Observability evolves too.
23+
In a presentation and live demo I will show how to use this plugin in Grafana to get to the right traces and explain how to perform more advanced queries to obtain the necessary information.
24+
25+
What if you could enrich the spans so that you could better understand the context of the requests, and query them too? This could help you analyse the impact of new changes to your application or provide more answers in the event of outages.
26+
In the demo, I will show you how to improve the observability of your application.
27+
28+
29+
---
30+
31+
### About ING Backend Summit
32+
33+
This event is an internal event at ING. The conference is in Amsterdam and online.
34+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "ING Reliability Event"
3+
date: 2025-08-05T02:00:00Z
4+
pin: false
5+
6+
7+
tags:
8+
- Grafana
9+
- Tempo
10+
- Traces
11+
- OpenTelemetry
12+
13+
conference:
14+
name: ING Reliability Event
15+
location: Amsterdam
16+
date: September 16th, 2025
17+
talk:
18+
title: Next steps with Application and Chain Observability
19+
abstract:
20+
In a presentation and live demo, I will show the new Application and Chain Observability features
21+
22+
23+
---
24+
25+
### About ING Reliability Event
26+
27+
This event is an internal event at ING. The conferences was held in Amsterdam and online.
28+

0 commit comments

Comments
 (0)