Це відео не доступне.
Перепрошуємо.

OpenTelemetry Demystified: An Observability Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 15 сер 2024
  • In this episode, you'll learn everything you need to know about OpenTelemetry and how to get started in a few minutes.
    📖 CHAPTERS 📖
    -----------------------------
    0:00 Introduction
    02:39 Understanding the basics of OpenTelemetry
    07:07 Mastering Traces, Metrics, and Logs with OpenTelemetry
    12:09 Mastering OpenTelemetry Components: Collector and Client Library Essentials
    22:27 Getting started with OpenTelemetry
    -----------------------------
    🔬Want more about OpenTelemetry and tools that the cloud-native pros use? Check out the full list of my favs over here on this UA-cam playlist: • OpenTelemetry
    Check out ALL my observability secrets, tips, and tricks on our blog: isitobservable...
    👉✅ Stay connected with me!
    Twitter: / isitobservable
    LinkedIn: / isit. .
    IsItObservable is powered by Dynatrace’s own developer relations team. Subscribe to get observability reviews, tips and tricks, and tutorials tested by cloud-native experts. I review, test and share results to help you succeed with platform engineering and observability.

КОМЕНТАРІ • 28

  • @isitobservable
    @isitobservable  3 місяці тому

    Hey guys, if you're ready to get started, you can head over to this tutorial. There, I'll show you how to instrument your code, including some really useful tricks the pros use: ua-cam.com/video/a1qWMzpDuI4/v-deo.html

  • @ngcharnchuen4314
    @ngcharnchuen4314 Рік тому

    Thanks Henrik, I really enjoy the way you explain things. They are very well structured and helped me gained a better understanding about OpenTelemetry as a whole. Keep up the good work!

  • @fracCTO
    @fracCTO Рік тому

    Great presentation. It was covering majority of the topics at very high level.

  • @maopuerta3430
    @maopuerta3430 Рік тому

    Excellet pronuntiation, pause and knowledge about o11y

  • @unworthyServant08
    @unworthyServant08 Рік тому

    Thank you for this video! This is exactly what I needed to understand OTel!

  • @bobslave4512
    @bobslave4512 2 роки тому

    Thanks for short and detailed explanation!

  • @mitupanigrahi7564
    @mitupanigrahi7564 Рік тому

    Your voice is incredible.

  • @user-wn5td2zb7o
    @user-wn5td2zb7o 7 місяців тому

    great video, thank you very much.

  • @erickmanuelbazansalinas9705
    @erickmanuelbazansalinas9705 2 місяці тому

    Great content! for a moment I thought Charlie Hunnam was the host :D

    • @isitobservable
      @isitobservable  Місяць тому +1

      yeah it could make sense to create the son of observability ;D

  • @Emma-tm1mx
    @Emma-tm1mx Рік тому +2

    wow thanks

  • @utubeasif
    @utubeasif 4 місяці тому

    How different OpenTelemetry is from AppDynamics(APM) and which is better?

  • @TrivikramKamat
    @TrivikramKamat 2 роки тому +1

    Thank you for an awesome introduction to OpenTelemetry.
    Where's the stability table shown in component section shared on the website?

    • @isitobservable
      @isitobservable  2 роки тому

      Hi , I usually look at each language listend in :opentelemetry.io/docs/instrumentation/ ( there is a small table showing the current level of stability for traces, metrics and logs)

  • @user-xv7je2tp8v
    @user-xv7je2tp8v 9 місяців тому

    Is it able to add some attributes to metric counter like for example service_name, group_name? Based on API we can simpy add attribute in function Add(value, attrib), but once I capture the data I only see Metrics structure (name , description, unit,kind) that you mention in movie. I dont see any attributes. I also add this in config:
    processors:
    attributes:
    actions:
    - key: "attr_name"
    action: "insert"
    from_attribute: "attr_name"

    • @isitobservable
      @isitobservable  8 місяців тому

      For this i would recommend to use the Transform procesor with the new OpenTelemetry Transformation language. you will be able to adjust the metric and the datapoint.

  • @SV-tc8cu
    @SV-tc8cu Рік тому

    it would be great to give a solid example on 'why' would anyone need the OpenTelemetry. Video jumps into details quite quickly but it is not clear why would someone need to bother with OT

  • @ashishposte8192
    @ashishposte8192 2 роки тому +1

    nice video

  • @raymondsquared
    @raymondsquared Рік тому

    do we still need the fluentd with this opentelemetry components?

    • @isitobservable
      @isitobservable  Рік тому

      Hi, OpenTelemetry Logs is not fully implemented. We should have it in few month. therefore you will need to rely on Fluentd or fluentbit to collect, parse your logs. BTW fluentbit v2 supports logs, metrics and soon traces.
      Are you trying to instrument your application using OpenTelemetry?

  • @imahmoudali
    @imahmoudali 3 місяці тому +1

    1.5x play speed.😊

  • @rugcutter284
    @rugcutter284 Рік тому

    OpenTelemtry 4:30

    • @isitobservable
      @isitobservable  Рік тому

      Thanks...another issue related to my big fingers :D

  • @markcuello5
    @markcuello5 Рік тому

    HELP