OpenTelemetry Demystified: An Observability Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

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

  • @isitobservable
    @isitobservable  5 месяцев назад

    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: ruclips.net/video/a1qWMzpDuI4/видео.html

  • @bobslave4512
    @bobslave4512 2 года назад

    Thanks for short and detailed explanation!

  • @imahmoudali
    @imahmoudali 5 месяцев назад +2

    1.5x play speed.😊

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

  • @Emma-tm1mx
    @Emma-tm1mx Год назад +2

    wow thanks

  • @utubeasif
    @utubeasif 5 месяцев назад

    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)

  • @unworthyServant08
    @unworthyServant08 Год назад +1

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

  • @maopuerta3430
    @maopuerta3430 Год назад

    Excellet pronuntiation, pause and knowledge about o11y

  • @fracCTO
    @fracCTO Год назад

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

  • @MarcinChoromański-h2q
    @MarcinChoromański-h2q 10 месяцев назад

    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  10 месяцев назад

      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.

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

  • @CatainaLopez
    @CatainaLopez 8 месяцев назад

    great video, thank you very much.

  • @erickmanuelbazansalinas9705
    @erickmanuelbazansalinas9705 3 месяца назад

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

    • @isitobservable
      @isitobservable  3 месяца назад +1

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

  • @mitupanigrahi7564
    @mitupanigrahi7564 Год назад

    Your voice is incredible.

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

  • @markcuello5
    @markcuello5 Год назад

    HELP

  • @rugcutter284
    @rugcutter284 Год назад

    OpenTelemtry 4:30

    • @isitobservable
      @isitobservable  Год назад

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