Distributed Tracing in .NET 6 using OpenTelemetry - Martin Thwaites - NDC Copenhagen 2022

preview_player
Показать описание
Distributed Tracing has been around for a while, but was always quite niche, reserved for the Netflix and Amazon's of the world. With your company likely looking more at Microservices as a path forward to scale and modernisation, you will almost certainly start to think about debugging and monitoring this in production.

Luckily, there's a new(ish) project that is here to help, and provide familiar hooks into your applications to get the vital information you need to have confidence in your production environment.

We'll walk through what distributed tracing is, how it relates to Observability (o11y), and then run through some examples of how to get started with it in your .NET Core applications.

Check out more of our featured speakers and talks at
Рекомендации по теме
Комментарии
Автор

At this moment, I try to choose architecture of telemetry/metrics for our microservice-based system, and your video is awesome for me! Questions part is very helpful. Thank you!

ValeriySeverin