> Markdown version of [/events/world-congress-2026-europe/sessions/1161-the-opentelemetry](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1161-the-opentelemetry). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # The OpenTelemetry mistakes I keep seeing (and how to stop making them) - **Date:** Thursday, Jul 9, 2026 - **Time:** 16:50–17:20 (30 min) - **Room:** Stage 12 - **Event:** World Congress 2026 Europe ## Recording [Watch recording](https://www.wearedevelopers.com/videos/100158-the-opentelemetry-mistakes-i-keep-seeing-and-how-to-stop-making-them) ## Description OpenTelemetry is becoming the standard for application telemetry, but bad telemetry is a natural part of the learning curve. Most teams start by turning on auto-instrumentation and figuring out what works as they go. That is fine. The problem is when the same mistakes persist: personally identifiable information leaking into traces, spans wrapping every function, happy paths instrumented in detail while errors get a single log line, and teams reaching for traces when a simple counter would do. As a long-time OpenTelemetry maintainer and contributor, I have reviewed countless implementations where these four anti-patterns stuck around long after they should have been fixed. This talk walks through each one with real code examples, showing what goes wrong and why. Each pattern includes a before-and-after fix you can apply to your own codebase. You will walk away knowing how to spot these mistakes sooner, choose the right signal type for each use case, and build telemetry that actually helps you debug problems. ## Speaker ### [Juraci Paixão Kröhling](https://www.wearedevelopers.com/@juraci-paixao-krohling) Software Engineer at OllyGarden ## Related talks at this congress - [Blameless Postmortems That Change Nothing: Cultural Anti-Patterns in Incident Learning](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1227-blameless) — Daniel Schley - [3x Performance: A Humbling Journey](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1166-3x-performance-a) — Luca Trușcă - [5 things I wish I hadn’t done building my AI agent](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1152-5-things-i-wish-i) — Shachar Azriel - [Checkmate: 5 Real Incidents That Can End a Software Company](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1442-checkmate-5-real) — Jasmin Azemović