Context Propagation in OpenTelemetry: Beyond “Hello World” Examples - Natasha Chernyavsky, Helios

Поделиться
HTML-код
  • Опубликовано: 24 июн 2023
  • Context Propagation in OpenTelemetry: Beyond “Hello World” Examples - Natasha Chernyavsky, Helios
    In today’s world, Distributed Tracing is known to take observability to the next level, and OpenTelemetry, the second most active open source project in the CNCF after K8s, provides a realization of it through (almost) seamless integration. However, successfully integrating it into one's environment is not as easy as it sounds and many hit a brick wall when the simple “Getting Started” instructions fail them and their traces break mid-flow.
    In this talk, I’ll explain about context propagation, a key concept in Distributed Tracing, why it can be tricky to implement, and give some real-world examples of how it can be achieved. I hope you’ll be able to easily identify where context breaks in your system and encourage you to get creative with propagating context, so that you can, too, benefit from the advantages distributed tracing offers.
  • НаукаНаука

Комментарии • 3

  • @TheodoreRavindranath
    @TheodoreRavindranath 2 месяца назад +1

    Great info.. thanks!

  • @Danielo515
    @Danielo515 6 дней назад

    Oh man, she explained my exact experience with that first sad story….

  • @PhiLongAnGia
    @PhiLongAnGia Месяц назад

    How to E2E trace in micro-service system via TCP communication?