OpenTelemetry Course - Understand Software Performance

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 185

  • @aniakubow
    @aniakubow 3 роки тому +219

    Hope everyone enjoys this video! Always such a pleasure creating content for the FCC Community ☺ (P.S Fave still is the micro-services explainer @ 5:32 )

    • @aviral1841
      @aviral1841 3 роки тому +2

      thank u :)

    • @thowheedh
      @thowheedh 3 роки тому +1

      I think it is FCC Community, isn't it?

    • @aniakubow
      @aniakubow 3 роки тому +1

      @@thowheedh you are right!! Edited :)

    • @rudrashiva
      @rudrashiva 3 роки тому +2

      Long live the khaleesi no John snow can betray you.

    • @aniakubow
      @aniakubow 3 роки тому

      @@rudrashiva 🐉👑

  • @saidneder41
    @saidneder41 3 роки тому +307

    Daenerys is teaching more!

    • @oleglazarenko8295
      @oleglazarenko8295 3 роки тому +19

      @Vegas Gal, that is the reason she is teaching

    • @aniakubow
      @aniakubow 3 роки тому +35

      🐉👑

    • @indrajeet5000
      @indrajeet5000 3 роки тому +3

      This comment is gold and so are the comment replies

    • @saidneder41
      @saidneder41 3 роки тому +1

      That's why she is teaching lol Daenerys is amazing! Just recently finished her kaboom js tutorial

    • @TheAkiller101
      @TheAkiller101 3 роки тому +5

      Shes ciri from witcher 3 change my mind

  • @danielsonski
    @danielsonski 3 роки тому +29

    Very interesting, thanks!
    Just one thing. For next time, when you make a video, can you explicitly add the version numbers? Whereas it would have worked fine 4 months ago, there have been breaking changes now. (I'm glad you added a link to the source code, where I could find the dependency discrepancies :-))

  • @iwontreplybacklol7481
    @iwontreplybacklol7481 3 роки тому

    Love the makeup and hair styling and I notice you are speaking clearer. Looking good girl.

  • @bilgehandemirkaya6897
    @bilgehandemirkaya6897 3 роки тому +6

    Ania is truly an excellent teacher. I hope we see more of your videos.

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

      All Software Performance Enthusiats 😊,Please do also watch our Playlist on Software Performance concepts !

  • @ezevalentine7610
    @ezevalentine7610 2 роки тому +7

    Incase you are having permission pulling zipkin from docker please know that "openzipkin/zipkin" is correct, i think the way it seem on this tutorial it was like "open zipkin/zipkin". If you met this error you would know what i mean.

    • @VICTORZITOSS
      @VICTORZITOSS 10 днів тому

      A year late but bless you, good samaritan

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

    i am learning otel now! thanks ur videos.

  • @StevenSugg-t1r
    @StevenSugg-t1r 5 місяців тому

    This was fabulous. I really enjoyed it. I'll definitely need to go back through it a couple of times. Thank you.

  • @MuhammadRehan-lq1ii
    @MuhammadRehan-lq1ii 3 роки тому +8

    Simply outstanding... Thanks a million...

  • @kumaranil181
    @kumaranil181 3 роки тому +6

    Thank you for the video. Is there any other videos where the Logging aspect of Opentelemetry is explained?

  • @bjo004
    @bjo004 7 місяців тому

    Thanks for the very clear explanation. You covered metrics, traces but no logs. How can we open telemetry to instrument logs please?

  • @GL-Kageyama2ndChannel
    @GL-Kageyama2ndChannel 2 роки тому +1

    Your words is very clear.
    Thanks !

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

    lot's of magic behind the scenes, for example, how parent span id is getting and pushing to span context

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

    Wonderful course! Thank you!

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

    The best explanation ever 🙂

  • @travelchimps6637
    @travelchimps6637 Рік тому +1

    Amazing video! Very clear and concise! Thank you!

  • @PetrosVasilopoulos-hl6yl
    @PetrosVasilopoulos-hl6yl 5 місяців тому

    Very nice explanation. One question: Do i need all these npm packages for just tracing? Can some of them moved to Dev Dependencies?

  • @ezevalentine7610
    @ezevalentine7610 2 роки тому +3

    There should be an update on this, Opentelementry has changed a lot

  • @gbisaga
    @gbisaga 3 роки тому +5

    In the example, tracing.js does not work, it gets an error on line 9, "Cannot read property `ERROR` of undefined." The problem seems to be that @opentelemetry/core does not export LogLevel. When I comment out LogLevel it runs, but it does not send any telemetry. I verified this by using ConsoleSpanExporter.

    • @gbisaga
      @gbisaga 3 роки тому +2

      If anybody gets the same error, they broke backward compatibility in the newer minor version 0.19.0. Use the exact versions (0.16.0) shown in the package.json and it will work.

    • @gbisaga
      @gbisaga 3 роки тому +1

      And... the Prometheus code as shown doesn't exist in the opentelemetry page either. I appreciate this course, still useful to listen to, but bottom line is that this code seems extremely unstable and trying to follow through a tutorial like this is very frustrating.

    • @aniakubow
      @aniakubow 3 роки тому +1

      @@gbisaga all the code repos can be pulled from my personal repo 🙂 (in the video description ) if you pull the project will have the correct versions. Opentelemetry is really new and hence evolving at a fast rate.

    • @gbisaga
      @gbisaga 3 роки тому

      @@aniakubow Thanks, that's what I ended up doing. But I have to say, I have a concern that code I might write today will be obsoleted soon. I really like the idea of OpenTelemetry, but how can I recommend it if I can't trust the API not to change in a couple of months? Plus, the documentation on their site is still giving the old version.

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

      Try reading the documentation instead of complaining and blaming the video. Many people who haven't even watched this video have gotten OpenTelemetry to work. And trust me, OpenTelemetry is here to stay. It's not some shitty unsupported library. Go read about its status on the CNCF.

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

    why is the documentation so different on the opentelemetry site. it's like night and day

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

    Great Course

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

    Thus vidéo ist pure gold!

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

    All Software Performance Enthusiats 😊,Please do also watch our Playlist on Software Performance concepts !

  • @otomazra7306
    @otomazra7306 3 роки тому +2

    I am here to LEARN

  • @xmlthegreat
    @xmlthegreat 3 роки тому +44

    I haven't even finished the JS course, slow down FCC 😅

    • @quietnix
      @quietnix 3 роки тому

      Same🤣, she is going a little too fast, to catch up.

    • @sarcasticdna
      @sarcasticdna 3 роки тому +3

      @@quietnix he meant something else, not about her or this course

    • @quietnix
      @quietnix 3 роки тому

      @@sarcasticdna oh okhay, my bad.🙃

    • @iaashu98
      @iaashu98 3 роки тому +2

      @@quietnix try speed 0.75x, you'll find it normal.

  • @2minuteschool929
    @2minuteschool929 3 роки тому +11

    Love the accent and back ground, is that a skating board, old T shirt is back..nice content , good luck.Thanks to free code camp

    • @Choomachech
      @Choomachech 3 роки тому +1

      it's surf, not skate)

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

      @@Choomachech Thanks bro⛷⛷🏄‍♀️🏄‍♂️

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

      Surfing board ye,🏄‍♀️🏄‍♀️🏄‍♀️🏄‍♀️

  • @ChAhsanAli1
    @ChAhsanAli1 3 роки тому +5

    waiting for full stack (HTML, CSS, JS) updated Tutorial with some practical exercise. Please upload soon :)

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

    Thanks Ania!

  • @robertdeheer1307
    @robertdeheer1307 3 роки тому

    Brilliant course and excellent presentation

  • @izarniz
    @izarniz 10 місяців тому

    What is the axios request at the first then block of the middle-tier route for?

  • @anu8092
    @anu8092 7 місяців тому

    Great tutorial

  • @SahinSarkar-gr6vm
    @SahinSarkar-gr6vm Рік тому

    1. What are different possible backend tracing systems?

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

    Hi. Thank you very much for the video. Also I have a question. I have a react front end. Is that application can configure same as this? or is it a problem when we build and deploy it. Thank you very much..

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

    Great explanation, thank you so much!

  • @alihaghayeghi6063
    @alihaghayeghi6063 3 роки тому +3

    I Really Needed This Video Thank You Very Much ♥

  • @kernelguardian
    @kernelguardian 3 роки тому +8

    Just so if anyone runs into any "logLevel: LogLevel.ERROR TypeError: Cannot read property 'ERROR' of undefined" make sure you have the right package versions.

    • @shrug_bug
      @shrug_bug 3 роки тому +1

      Can you be a bit more specific? I have "@opentelemetry/core": "^0.21.0". What package and versions should I check?

    • @kernelguardian
      @kernelguardian 3 роки тому +1

      @@shrug_bug Ideally you should install packages mentioned in this package.json file github.com/kubowania/opentelemetry-tracing/blob/main/package.json

    • @shrug_bug
      @shrug_bug 3 роки тому +4

      Thanks! For anyone running into this error, the following worked for me. Copy/paste the dependancies from the above package.json file into your package.json file, then run "npm i" in terminal. This will re-install the EXACT versions that are needed

    • @ritwizsinha1261
      @ritwizsinha1261 3 роки тому

      Thank you this was the error I was facing

    • @ds-pc9ys
      @ds-pc9ys 3 роки тому

      or use "DiagLogLevel" instead of "LogLevel"

  • @DavidNwokoye
    @DavidNwokoye 3 роки тому +14

    I didn't know the Mother of Dragons was also the Mother of programming 😂😂😂

  • @solidice3606
    @solidice3606 3 роки тому +17

    Learning from Daenerys ❤️😊

  • @S1625-u1r
    @S1625-u1r 3 роки тому +2

    What if you watch all the courses on this channel?

  • @RobertoCarlosM
    @RobertoCarlosM 3 роки тому

    The mug product page doesnt seem to load properly. No coffee mug ☕ 🥺

  • @adityashukla7849
    @adityashukla7849 3 роки тому +2

    Amazing! I was searching for this. And here my search ends. Thanks ♥️

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

    I'm sorry @AniaKubow, you kinda lost me for a couple of seconds when you dropped the Netflix's bandwidth data in the USA... Just needed to take a moment to assimilate such amount of traffic!!!! :O!!!!

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

    Thanks!

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

    Thank you

  • @ortho-sandrux
    @ortho-sandrux 3 роки тому +1

    Once after being succeeded we will return here and say that is where everything started

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

    Any link for the repo for the monitoring part of the code ?

  • @averageheightwizard4798
    @averageheightwizard4798 3 роки тому +8

    I enjoy her accent... pretty sweet

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

    Telemetry comes from the Greek word "Τηλέ (τῆλε ancient greek) - tɪlɛ" which means far, afar, from away

  • @prionkor
    @prionkor 10 місяців тому

    She missed the opportunity to show how the error was logged in the trace, for example when one service is up but another is not. I would have been a nice discussion.

  • @alexmarvin3093
    @alexmarvin3093 3 роки тому +6

    I'm sure she appreciates the GoT comparisons ;D... HOLD THE DOOOOR

  • @vf6373
    @vf6373 3 роки тому +3

    Beautiful

  • @azizshifulla1938
    @azizshifulla1938 3 роки тому +1

    I want termux full course

  • @babankumarjhd
    @babankumarjhd 3 роки тому

    How make application for desktop in windows

  • @michaeld9682
    @michaeld9682 3 роки тому +2

    Good coder, good model

  • @brucebane7401
    @brucebane7401 3 роки тому +1

    amazing!!!!!

  • @syntaxerror596
    @syntaxerror596 3 роки тому +2

    Ngayon ko lang nalaman na programmer pala si Elsa. print('The cold never bothered me anyway')

  • @wizardigamer
    @wizardigamer 3 роки тому

    Hey @freecodeCamp Could you make a course about graphic design using free software

  • @akshsandhu8050
    @akshsandhu8050 3 роки тому

    Hello Everyone, I Want To Know That Can I Become Freelancer If I Learn C# And If Yes Than On What Area Should I Focus On In C# To Learn To Get Job.

    • @sudev216
      @sudev216 3 роки тому

      Learn C & C++ too

    • @vishnunellooran525
      @vishnunellooran525 3 роки тому

      Robotic process automation is one of the good choice out there

  • @babankumarjhd
    @babankumarjhd 3 роки тому

    How make app in macos for desktop

  • @techsolutions123
    @techsolutions123 3 роки тому

    Is this for developers or SRE engineers observability

    • @Alain9-1
      @Alain9-1 2 роки тому

      SRE/SDN/Sys Admin/

  • @sanjeevswain
    @sanjeevswain 3 роки тому +2

    I Cannot Focus While U're Speaking..But Im trying :)

  • @bashardlaleh2110
    @bashardlaleh2110 Рік тому +1

    I hate when an instructor is talking about a complicated topic like tracing that requires background and experience in many other areas and yet the instructor explains some very simple things like text editor and basic Linux commands because those things really add up and make the video longer than it should be

  • @stresseddev
    @stresseddev 3 роки тому +1

    wow you're amazing!

  • @mr.anantvishwakarma1145
    @mr.anantvishwakarma1145 3 роки тому +1

    Ma'am Can you please make a tutorial and overview video for GDevelop Game Engine We would love to learn with you ...
    ♡Love freecodecamp♡

  • @bsdpowa
    @bsdpowa 3 роки тому +3

    OpenSauce

  • @boot-strapper
    @boot-strapper 10 місяців тому +1

    opentelemetry is a giant PITA and way overcomplicated. It shouldnt be this complicated.

  • @babankumarjhd
    @babankumarjhd 3 роки тому

    How make app in ios

  • @revanthG999
    @revanthG999 3 роки тому +3

    The targaryen girl is backkk

  •  2 роки тому

    Jaws Surfing.

  • @florijnterstal6590
    @florijnterstal6590 3 роки тому

    uuuu...... did you hear about elastic apm? ??

  • @F3ND1MUS
    @F3ND1MUS 3 роки тому +1

    🔥🔥🔥🔥🔥

  • @kalperovich99
    @kalperovich99 3 роки тому +1

    Please make a golang programming course😌

  • @2minuteschool929
    @2minuteschool929 3 роки тому +3

    Please dont change style😍

  • @ayusharora8141
    @ayusharora8141 3 роки тому

    Can you please use the rule of two-thirds next time for showing yourself on the left and content on right? UX-wise, it is very difficult to interpret. The text on the right is just next to you, without a good distance. Moving to the next video. Thanks for the video, though. Content seems useful as for the first 2 mins I saw. Other graphics are super amazing as well. :-)

  • @torvic99
    @torvic99 3 роки тому

    New Relic.

  • @nims5537
    @nims5537 2 роки тому +2

    why the opentelemetry documentation is so bad...

  • @pajeetsingh
    @pajeetsingh 3 роки тому +1

    Swedish? Like it.

  • @grmtr4
    @grmtr4 3 роки тому

    Тоже пришёл поглазеть на симпотную блондинку?

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

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

    No DRACARYS! ... im dissapointed. 💢

  • @NRAGUSALEM
    @NRAGUSALEM 3 роки тому

    Tamil language start channel tks

  • @Deadshotv
    @Deadshotv 3 роки тому +2

    What accent is this?

  • @nikkoong6451
    @nikkoong6451 3 роки тому +2

    Noice

  • @mamborambo
    @mamborambo 3 роки тому +1

    I can watch her read the phone book

  • @neohumanoid
    @neohumanoid 3 роки тому +1

    Came here for Daenerys stromborn from the house of Targaryen

  • @reze_dev
    @reze_dev 3 роки тому +1

    Damn, I can't focus. Good job FCC.

  • @aliasuser958
    @aliasuser958 Рік тому +1

    This is really out of date, and doesn't work.

  • @increasingsun
    @increasingsun 3 роки тому

    @2.34

  • @palspal2329
    @palspal2329 3 роки тому

    Hey you remind me of Molly Rankin from Band Alvvays 😂

  • @SahinSarkar-gr6vm
    @SahinSarkar-gr6vm Рік тому +2

    Accent is so weird, I can't understand half of the stuff

  • @increasingsun
    @increasingsun 3 роки тому

    3.23

  • @gowthambhat1498
    @gowthambhat1498 3 роки тому +3

    her eyes are beautiful

  • @increasingsun
    @increasingsun 3 роки тому

    [2.34]

  • @mrminerduck6781
    @mrminerduck6781 8 місяців тому +1

    Fortnite?

  • @brucewayne1609
    @brucewayne1609 3 роки тому

    You English?

  • @nosouponhead
    @nosouponhead 3 роки тому +1

    Daenerys codes?

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

    Harris Sandra Moore Anthony Jackson Margaret

  • @Aj-ch5kz
    @Aj-ch5kz 3 роки тому +3

    Didn't know nerds can be good looking as well.

  • @prorammingwithsomesh2346
    @prorammingwithsomesh2346 3 роки тому +2

    FIRST 🥇

  • @JakubSK
    @JakubSK 3 роки тому +3

    What a beautiful woman