OpenTelemetry Demystified: An Observability Tutorial for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 28

  • @isitobservable
    @isitobservable  4 หลายเดือนก่อน

    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: th-cam.com/video/a1qWMzpDuI4/w-d-xo.html

  • @SV-tc8cu
    @SV-tc8cu ปีที่แล้ว +1

    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

  • @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

  • @erickmanuelbazansalinas9705
    @erickmanuelbazansalinas9705 3 หลายเดือนก่อน

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

    • @isitobservable
      @isitobservable  2 หลายเดือนก่อน +1

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

  • @unworthyServant08
    @unworthyServant08 ปีที่แล้ว

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

  • @Emma-tm1mx
    @Emma-tm1mx ปีที่แล้ว +2

    wow thanks

  • @mitupanigrahi7564
    @mitupanigrahi7564 ปีที่แล้ว

    Your voice is incredible.

  • @user-wn5td2zb7o
    @user-wn5td2zb7o 7 หลายเดือนก่อน

    great video, thank you very much.

  • @utubeasif
    @utubeasif 4 หลายเดือนก่อน

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

  • @bobslave4512
    @bobslave4512 2 ปีที่แล้ว

    Thanks for short and detailed explanation!

  • @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  9 หลายเดือนก่อน

      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.

  • @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?

  • @ashishposte8192
    @ashishposte8192 2 ปีที่แล้ว +1

    nice video

  • @imahmoudali
    @imahmoudali 4 หลายเดือนก่อน +2

    1.5x play speed.😊

  • @rugcutter284
    @rugcutter284 ปีที่แล้ว

    OpenTelemtry 4:30

    • @isitobservable
      @isitobservable  ปีที่แล้ว

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

  • @markcuello5
    @markcuello5 ปีที่แล้ว

    HELP