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 )
@aviral18413 жыл бұрын
thank u :)
@thowheedh3 жыл бұрын
I think it is FCC Community, isn't it?
@aniakubow3 жыл бұрын
@@thowheedh you are right!! Edited :)
@rudrashiva3 жыл бұрын
Long live the khaleesi no John snow can betray you.
@aniakubow3 жыл бұрын
@@rudrashiva 🐉👑
@saidneder413 жыл бұрын
Daenerys is teaching more!
@oleglazarenko82953 жыл бұрын
@Vegas Gal, that is the reason she is teaching
@aniakubow3 жыл бұрын
🐉👑
@indrajeet50003 жыл бұрын
This comment is gold and so are the comment replies
@saidneder413 жыл бұрын
That's why she is teaching lol Daenerys is amazing! Just recently finished her kaboom js tutorial
@TheAkiller1013 жыл бұрын
Shes ciri from witcher 3 change my mind
@bilgehandemirkaya68973 жыл бұрын
Ania is truly an excellent teacher. I hope we see more of your videos.
@ClarifyDeCode2 ай бұрын
All Software Performance Enthusiats 😊,Please do also watch our Playlist on Software Performance concepts !
@danielsonski3 жыл бұрын
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 :-))
@iwontreplybacklol74813 жыл бұрын
Love the makeup and hair styling and I notice you are speaking clearer. Looking good girl.
@MuhammadRehan-lq1ii3 жыл бұрын
Simply outstanding... Thanks a million...
@GL-Kageyama2ndChannel2 жыл бұрын
Your words is very clear. Thanks !
@StevenSugg-t1r5 ай бұрын
This was fabulous. I really enjoyed it. I'll definitely need to go back through it a couple of times. Thank you.
@travelchimps6637 Жыл бұрын
Amazing video! Very clear and concise! Thank you!
@ezevalentine76102 жыл бұрын
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.
@VICTORZITOSS14 күн бұрын
A year late but bless you, good samaritan
@adityashukla78493 жыл бұрын
Amazing! I was searching for this. And here my search ends. Thanks ♥️
@2minuteschool9293 жыл бұрын
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
@Choomachech3 жыл бұрын
it's surf, not skate)
@2minuteschool9293 жыл бұрын
@@Choomachech Thanks bro⛷⛷🏄♀️🏄♂️
@2minuteschool9293 жыл бұрын
Surfing board ye,🏄♀️🏄♀️🏄♀️🏄♀️
@thisfil2 жыл бұрын
lot's of magic behind the scenes, for example, how parent span id is getting and pushing to span context
@nirmesh44 Жыл бұрын
The best explanation ever 🙂
@alihaghayeghi60633 жыл бұрын
I Really Needed This Video Thank You Very Much ♥
@xiongchun Жыл бұрын
i am learning otel now! thanks ur videos.
@ChAhsanAli13 жыл бұрын
waiting for full stack (HTML, CSS, JS) updated Tutorial with some practical exercise. Please upload soon :)
@kumaranil1813 жыл бұрын
Thank you for the video. Is there any other videos where the Logging aspect of Opentelemetry is explained?
@xmlthegreat3 жыл бұрын
I haven't even finished the JS course, slow down FCC 😅
@quietnix3 жыл бұрын
Same🤣, she is going a little too fast, to catch up.
@sarcasticdna3 жыл бұрын
@@quietnix he meant something else, not about her or this course
@quietnix3 жыл бұрын
@@sarcasticdna oh okhay, my bad.🙃
@iaashu983 жыл бұрын
@@quietnix try speed 0.75x, you'll find it normal.
@robertdeheer13073 жыл бұрын
Brilliant course and excellent presentation
@mostafaismail36782 жыл бұрын
Thanks Ania!
@christianbarrios41902 жыл бұрын
Thus vidéo ist pure gold!
@alexanderpopov98014 ай бұрын
Wonderful course! Thank you!
@ClarifyDeCode2 ай бұрын
All Software Performance Enthusiats 😊,Please do also watch our Playlist on Software Performance concepts !
@fabrizziocht2 жыл бұрын
Great explanation, thank you so much!
@ezevalentine76102 жыл бұрын
There should be an update on this, Opentelementry has changed a lot
@kernelguardian3 жыл бұрын
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_bug3 жыл бұрын
Can you be a bit more specific? I have "@opentelemetry/core": "^0.21.0". What package and versions should I check?
@kernelguardian3 жыл бұрын
@@shrug_bug Ideally you should install packages mentioned in this package.json file github.com/kubowania/opentelemetry-tracing/blob/main/package.json
@shrug_bug3 жыл бұрын
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
@ritwizsinha12613 жыл бұрын
Thank you this was the error I was facing
@ds-pc9ys3 жыл бұрын
or use "DiagLogLevel" instead of "LogLevel"
@bjo0047 ай бұрын
Thanks for the very clear explanation. You covered metrics, traces but no logs. How can we open telemetry to instrument logs please?
@otomazra73063 жыл бұрын
I am here to LEARN
@gbisaga3 жыл бұрын
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.
@gbisaga3 жыл бұрын
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.
@gbisaga3 жыл бұрын
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.
@aniakubow3 жыл бұрын
@@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.
@gbisaga3 жыл бұрын
@@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.
@readdir2 жыл бұрын
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.
@DavidNwokoye3 жыл бұрын
I didn't know the Mother of Dragons was also the Mother of programming 😂😂😂
@aniakubow96583 жыл бұрын
🐉👑
@kumarabhishek7877 Жыл бұрын
Great Course
@ortho-sandrux3 жыл бұрын
Once after being succeeded we will return here and say that is where everything started
@entertainmenthub2902 Жыл бұрын
whats the update?
@solidice36063 жыл бұрын
Learning from Daenerys ❤️😊
@aniakubow3 жыл бұрын
🐉👑
@brucebane74013 жыл бұрын
amazing!!!!!
@brucebane74013 жыл бұрын
@Newtube abt telemetry???
@alexmarvin30933 жыл бұрын
I'm sure she appreciates the GoT comparisons ;D... HOLD THE DOOOOR
@anu80927 ай бұрын
Great tutorial
@PetrosVasilopoulos-hl6yl5 ай бұрын
Very nice explanation. One question: Do i need all these npm packages for just tracing? Can some of them moved to Dev Dependencies?
@tacowilco75152 жыл бұрын
Thank you
@harratreco2 жыл бұрын
why is the documentation so different on the opentelemetry site. it's like night and day
@cyberantique3 ай бұрын
Thanks!
@averageheightwizard47983 жыл бұрын
I enjoy her accent... pretty sweet
@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!!!!
@F3ND1MUS3 жыл бұрын
🔥🔥🔥🔥🔥
@stresseddev3 жыл бұрын
wow you're amazing!
@symmetry-e83 жыл бұрын
What if you watch all the courses on this channel?
@vaibhavmani66053 жыл бұрын
You code while sleeping
@saidxidig98953 жыл бұрын
Then you are encyclopedia Engineer
@vf63733 жыл бұрын
Beautiful
@syntaxerror5963 жыл бұрын
Ngayon ko lang nalaman na programmer pala si Elsa. print('The cold never bothered me anyway')
@RobertoCarlosM3 жыл бұрын
The mug product page doesnt seem to load properly. No coffee mug ☕ 🥺
@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..
@SahinSarkar-gr6vm Жыл бұрын
1. What are different possible backend tracing systems?
@michaeld96823 жыл бұрын
Good coder, good model
@muhammadhamzashujaat6767 Жыл бұрын
Any link for the repo for the monitoring part of the code ?
@boot-strapper10 ай бұрын
opentelemetry is a giant PITA and way overcomplicated. It shouldnt be this complicated.
@prionkor10 ай бұрын
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.
@revanthG9993 жыл бұрын
The targaryen girl is backkk
@aniakubow3 жыл бұрын
🐉👑
@izarniz10 ай бұрын
What is the axios request at the first then block of the middle-tier route for?
@pantelisfanourgakis3355 Жыл бұрын
Telemetry comes from the Greek word "Τηλέ (τῆλε ancient greek) - tɪlɛ" which means far, afar, from away
@azizshifulla19383 жыл бұрын
I want termux full course
@nims55372 жыл бұрын
why the opentelemetry documentation is so bad...
@bsdpowa3 жыл бұрын
OpenSauce
@bashardlaleh2110 Жыл бұрын
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
2 жыл бұрын
Jaws Surfing.
@wizardigamer3 жыл бұрын
Hey @freecodeCamp Could you make a course about graphic design using free software
@torvic993 жыл бұрын
New Relic.
@davidgaribov91502 жыл бұрын
@babankumarjhd3 жыл бұрын
How make application for desktop in windows
@techsolutions1233 жыл бұрын
Is this for developers or SRE engineers observability
@Alain9-12 жыл бұрын
SRE/SDN/Sys Admin/
@akshsandhu80503 жыл бұрын
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.
@sudev2163 жыл бұрын
Learn C & C++ too
@vishnunellooran5253 жыл бұрын
Robotic process automation is one of the good choice out there
@SahinSarkar-gr6vm Жыл бұрын
Accent is so weird, I can't understand half of the stuff
@babankumarjhd3 жыл бұрын
How make app in macos for desktop
@sanjeevswain3 жыл бұрын
I Cannot Focus While U're Speaking..But Im trying :)
@ayusharora81413 жыл бұрын
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. :-)
@kalperovich993 жыл бұрын
Please make a golang programming course😌
@mr.anantvishwakarma11453 жыл бұрын
Ma'am Can you please make a tutorial and overview video for GDevelop Game Engine We would love to learn with you ... ♡Love freecodecamp♡
@aliasuser958 Жыл бұрын
This is really out of date, and doesn't work.
@nikkoong64513 жыл бұрын
Noice
@pajeetsingh3 жыл бұрын
Swedish? Like it.
@increasingsun3 жыл бұрын
@2.34
@babankumarjhd3 жыл бұрын
How make app in ios
@2minuteschool9293 жыл бұрын
Please dont change style😍
@bimalgupta3648 Жыл бұрын
No DRACARYS! ... im dissapointed. 💢
@neohumanoid3 жыл бұрын
Came here for Daenerys stromborn from the house of Targaryen