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

Sdílet
Vložit
  • čas přidán 20. 06. 2024
  • 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.
    Finally, we'll demo a few different backends for storing and visualizing the data, Jaegar (OpenSource) and Honeycomb.io (Hosted)
    Check out more of our featured speakers and talks at
    www.ndcconferences.com
    ndccopenhagen.com/
  • Věda a technologie

Komentáře • 3

  • @ValeriySeverin
    @ValeriySeverin Před rokem +1

    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!

  • @RajashekarReddydasari
    @RajashekarReddydasari Před rokem +1

    why is the code screen only half?

  • @pigrebanto
    @pigrebanto Před rokem

    thanks. can you share the code pls?