No video

OpenTelemetry Course - Understand Software Performance

  Рет қаралды 241,829

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 181
@aniakubow
@aniakubow 3 жыл бұрын
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 жыл бұрын
thank u :)
@thowheedh
@thowheedh 3 жыл бұрын
I think it is FCC Community, isn't it?
@aniakubow
@aniakubow 3 жыл бұрын
@@thowheedh you are right!! Edited :)
@rudrashiva
@rudrashiva 3 жыл бұрын
Long live the khaleesi no John snow can betray you.
@aniakubow
@aniakubow 3 жыл бұрын
@@rudrashiva 🐉👑
@saidneder41
@saidneder41 3 жыл бұрын
Daenerys is teaching more!
@oleglazarenko8295
@oleglazarenko8295 3 жыл бұрын
@Vegas Gal, that is the reason she is teaching
@aniakubow
@aniakubow 3 жыл бұрын
🐉👑
@indrajeet5000
@indrajeet5000 3 жыл бұрын
This comment is gold and so are the comment replies
@saidneder41
@saidneder41 3 жыл бұрын
That's why she is teaching lol Daenerys is amazing! Just recently finished her kaboom js tutorial
@TheAkiller101
@TheAkiller101 3 жыл бұрын
Shes ciri from witcher 3 change my mind
@danielsonski
@danielsonski 2 жыл бұрын
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 :-))
@bilgehandemirkaya6897
@bilgehandemirkaya6897 3 жыл бұрын
Ania is truly an excellent teacher. I hope we see more of your videos.
@user-lv9ts6mx7y
@user-lv9ts6mx7y 2 ай бұрын
This was fabulous. I really enjoyed it. I'll definitely need to go back through it a couple of times. Thank you.
@iwontreplybacklol7481
@iwontreplybacklol7481 2 жыл бұрын
Love the makeup and hair styling and I notice you are speaking clearer. Looking good girl.
@shilongjaycui-tech
@shilongjaycui-tech 7 ай бұрын
Great tutorial. Unfortunately things broke for me around 30:23 probably because the version of JavaScript used in the tutorial is outdated at my time of viewing... but that's okay. I'm going to resume my OpenTelemetry learning at the official website. Still, thank you for the tutorial Ania! Edit: But for those of you who keep going in the course, here're the Makefile targets I came up with while following the tutorial. Hopefully they'll save you some manual work: run-zipkin: # Set up Zipkin, a tracing backend to which I can export traces. docker run --rm -d -p 9411:9411 --name zipkin openzipkin/zipkin stop-zipkin: # Tear down Zipkin. docker stop zipkin package-json: # Turn the folder into an npm package. echo "Hit 'enter' for all the subsequent prompts." npm init install: npm i @opentelemetry/core \ @opentelemetry/node \ @opentelemetry/plugin-http \ @opentelemetry/plugin-https \ @opentelemetry/exporter-zipkin \ @opentelemetry/tracing \ express \ @opentelemetry/plugin-express \ run-app-with-tracing: # tracing initialization happens before application code runs node -r ./tracing.js app.js
@MuhammadRehan-lq1ii
@MuhammadRehan-lq1ii 3 жыл бұрын
Simply outstanding... Thanks a million...
@ezevalentine7610
@ezevalentine7610 Жыл бұрын
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.
@2minuteschool929
@2minuteschool929 3 жыл бұрын
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 жыл бұрын
it's surf, not skate)
@2minuteschool929
@2minuteschool929 3 жыл бұрын
@@Choomachech Thanks bro⛷⛷🏄‍♀️🏄‍♂️
@2minuteschool929
@2minuteschool929 3 жыл бұрын
Surfing board ye,🏄‍♀️🏄‍♀️🏄‍♀️🏄‍♀️
@travelchimps6637
@travelchimps6637 Жыл бұрын
Amazing video! Very clear and concise! Thank you!
@GL-Kageyama2ndChannel
@GL-Kageyama2ndChannel 2 жыл бұрын
Your words is very clear. Thanks !
@alexanderpopov9801
@alexanderpopov9801 29 күн бұрын
Wonderful course! Thank you!
@xiongchun007
@xiongchun007 9 ай бұрын
i am learning otel now! thanks ur videos.
@kumaranil181
@kumaranil181 3 жыл бұрын
Thank you for the video. Is there any other videos where the Logging aspect of Opentelemetry is explained?
@bjo004
@bjo004 4 ай бұрын
Thanks for the very clear explanation. You covered metrics, traces but no logs. How can we open telemetry to instrument logs please?
@nirmesh44
@nirmesh44 Жыл бұрын
The best explanation ever 🙂
@adityashukla7849
@adityashukla7849 3 жыл бұрын
Amazing! I was searching for this. And here my search ends. Thanks ♥️
@alihaghayeghi6063
@alihaghayeghi6063 3 жыл бұрын
I Really Needed This Video Thank You Very Much ♥
@PetrosVasilopoulos-hl6yl
@PetrosVasilopoulos-hl6yl 2 ай бұрын
Very nice explanation. One question: Do i need all these npm packages for just tracing? Can some of them moved to Dev Dependencies?
@thisfil
@thisfil 2 жыл бұрын
lot's of magic behind the scenes, for example, how parent span id is getting and pushing to span context
@ChAhsanAli1
@ChAhsanAli1 3 жыл бұрын
waiting for full stack (HTML, CSS, JS) updated Tutorial with some practical exercise. Please upload soon :)
@harratreco
@harratreco 2 жыл бұрын
why is the documentation so different on the opentelemetry site. it's like night and day
@otomazra7306
@otomazra7306 3 жыл бұрын
I am here to LEARN
@gbisaga
@gbisaga 3 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
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.
@christianbarrios4190
@christianbarrios4190 Жыл бұрын
Thus vidéo ist pure gold!
@mostafaismail3678
@mostafaismail3678 2 жыл бұрын
Thanks Ania!
@robertdeheer1307
@robertdeheer1307 3 жыл бұрын
Brilliant course and excellent presentation
@cyberantique
@cyberantique 10 күн бұрын
Thanks!
@xmlthegreat
@xmlthegreat 3 жыл бұрын
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 жыл бұрын
@@quietnix he meant something else, not about her or this course
@quietnix
@quietnix 3 жыл бұрын
@@sarcasticdna oh okhay, my bad.🙃
@iaashu98
@iaashu98 3 жыл бұрын
@@quietnix try speed 0.75x, you'll find it normal.
@kumarabhishek7877
@kumarabhishek7877 Жыл бұрын
Great Course
@fabrizziocht
@fabrizziocht 2 жыл бұрын
Great explanation, thank you so much!
@anu8092
@anu8092 4 ай бұрын
Great tutorial
@brahiancano7179
@brahiancano7179 3 ай бұрын
Amazing
@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..
@SahinSarkar-gr6vm
@SahinSarkar-gr6vm Жыл бұрын
1. What are different possible backend tracing systems?
@izarniz
@izarniz 7 ай бұрын
What is the axios request at the first then block of the middle-tier route for?
@solidice3606
@solidice3606 3 жыл бұрын
Learning from Daenerys ❤️😊
@aniakubow
@aniakubow 3 жыл бұрын
🐉👑
@kernelguardian
@kernelguardian 3 жыл бұрын
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 жыл бұрын
Can you be a bit more specific? I have "@opentelemetry/core": "^0.21.0". What package and versions should I check?
@kernelguardian
@kernelguardian 3 жыл бұрын
@@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 жыл бұрын
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"
@RobertoCarlosM
@RobertoCarlosM 3 жыл бұрын
The mug product page doesnt seem to load properly. No coffee mug ☕ 🥺
@muhammadhamzashujaat6767
@muhammadhamzashujaat6767 Жыл бұрын
Any link for the repo for the monitoring part of the code ?
@vf6373
@vf6373 3 жыл бұрын
Beautiful
@DavidNwokoye
@DavidNwokoye 3 жыл бұрын
I didn't know the Mother of Dragons was also the Mother of programming 😂😂😂
@aniakubow9658
@aniakubow9658 3 жыл бұрын
🐉👑
@ezevalentine7610
@ezevalentine7610 Жыл бұрын
There should be an update on this, Opentelementry has changed a lot
@user-qe6rh2qq9z
@user-qe6rh2qq9z 3 жыл бұрын
What if you watch all the courses on this channel?
@vaibhavmani6605
@vaibhavmani6605 3 жыл бұрын
You code while sleeping
@saidxidig9895
@saidxidig9895 3 жыл бұрын
Then you are encyclopedia Engineer
@brucebane7401
@brucebane7401 3 жыл бұрын
amazing!!!!!
@brucebane7401
@brucebane7401 3 жыл бұрын
@Newtube abt telemetry???
@tacowilco7515
@tacowilco7515 Жыл бұрын
Thank you
@averageheightwizard4798
@averageheightwizard4798 3 жыл бұрын
I enjoy her accent... pretty sweet
@babankumarjhd
@babankumarjhd 3 жыл бұрын
How make application for desktop in windows
@alexmarvin3093
@alexmarvin3093 3 жыл бұрын
I'm sure she appreciates the GoT comparisons ;D... HOLD THE DOOOOR
@azizshifulla1938
@azizshifulla1938 3 жыл бұрын
I want termux full course
@noriakikakyoin5236
@noriakikakyoin5236 3 жыл бұрын
Once after being succeeded we will return here and say that is where everything started
@entertainmenthub2902
@entertainmenthub2902 Жыл бұрын
whats the update?
@babankumarjhd
@babankumarjhd 3 жыл бұрын
How make app in macos for desktop
@prionkor
@prionkor 7 ай бұрын
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.
@techsolutions123
@techsolutions123 3 жыл бұрын
Is this for developers or SRE engineers observability
@Alain9-1
@Alain9-1 2 жыл бұрын
SRE/SDN/Sys Admin/
@stresseddev
@stresseddev 3 жыл бұрын
wow you're amazing!
@michaeld9682
@michaeld9682 3 жыл бұрын
Good coder, good model
@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!!!!
@bossgamer6535
@bossgamer6535 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 ios
@F3ND1MUS
@F3ND1MUS 3 жыл бұрын
🔥🔥🔥🔥🔥
@syntaxerror596
@syntaxerror596 3 жыл бұрын
Ngayon ko lang nalaman na programmer pala si Elsa. print('The cold never bothered me anyway')
@nims5537
@nims5537 2 жыл бұрын
why the opentelemetry documentation is so bad...
@bsdpowa
@bsdpowa 3 жыл бұрын
OpenSauce
@sanjeevswain
@sanjeevswain 3 жыл бұрын
I Cannot Focus While U're Speaking..But Im trying :)
@florijnterstal6590
@florijnterstal6590 3 жыл бұрын
uuuu...... did you hear about elastic apm? ??
@mr.anantvishwakarma1145
@mr.anantvishwakarma1145 3 жыл бұрын
Ma'am Can you please make a tutorial and overview video for GDevelop Game Engine We would love to learn with you ... ♡Love freecodecamp♡
@Deadshotv
@Deadshotv 3 жыл бұрын
What accent is this?
@will2brown50
@will2brown50 3 жыл бұрын
English
@kalperovich99
@kalperovich99 3 жыл бұрын
Please make a golang programming course😌
@torvic99
@torvic99 3 жыл бұрын
New Relic.
@ayusharora8141
@ayusharora8141 2 жыл бұрын
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. :-)
@prorammingwithsomesh2346
@prorammingwithsomesh2346 3 жыл бұрын
FIRST 🥇
@pantelisfanourgakis3355
@pantelisfanourgakis3355 Жыл бұрын
Telemetry comes from the Greek word "Τηλέ (τῆλε ancient greek) - tɪlɛ" which means far, afar, from away
@nikkoong6451
@nikkoong6451 3 жыл бұрын
Noice
@revanthG999
@revanthG999 3 жыл бұрын
The targaryen girl is backkk
@aniakubow
@aniakubow 3 жыл бұрын
🐉👑
@brucewayne1609
@brucewayne1609 3 жыл бұрын
You English?
@davidgaribov9150
@davidgaribov9150 2 жыл бұрын
Жыл бұрын
Jaws Surfing.
@increasingsun
@increasingsun 3 жыл бұрын
@2.34
@bashardlaleh2110
@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
@2minuteschool929
@2minuteschool929 3 жыл бұрын
Please dont change style😍
@bimalgupta3648
@bimalgupta3648 9 ай бұрын
No DRACARYS! ... im dissapointed. 💢
@NRAGUSALEM
@NRAGUSALEM 3 жыл бұрын
Tamil language start channel tks
@aliasuser958
@aliasuser958 Жыл бұрын
This is really out of date, and doesn't work.
@pajeetsingh
@pajeetsingh 3 жыл бұрын
Swedish? Like it.
@boot-strapper
@boot-strapper 7 ай бұрын
opentelemetry is a giant PITA and way overcomplicated. It shouldnt be this complicated.
@nosouponhead
@nosouponhead 3 жыл бұрын
Daenerys codes?
@aniakubow
@aniakubow 3 жыл бұрын
🐉👑
@increasingsun
@increasingsun 3 жыл бұрын
3.23
@kareemomer680
@kareemomer680 3 жыл бұрын
First
@increasingsun
@increasingsun 3 жыл бұрын
[2.34]
@mrminerduck6781
@mrminerduck6781 5 ай бұрын
Fortnite?
@SahinSarkar-gr6vm
@SahinSarkar-gr6vm Жыл бұрын
Accent is so weird, I can't understand half of the stuff
@grmtr4
@grmtr4 3 жыл бұрын
Тоже пришёл поглазеть на симпотную блондинку?
@neohumanoid
@neohumanoid 3 жыл бұрын
Came here for Daenerys stromborn from the house of Targaryen
@aniakubow
@aniakubow 3 жыл бұрын
🐉👑
@LyndMavis
@LyndMavis 5 күн бұрын
Harris Sandra Moore Anthony Jackson Margaret
@mamborambo
@mamborambo 3 жыл бұрын
I can watch her read the phone book
@b14ckh4wk3
@b14ckh4wk3 Жыл бұрын
drakaris
@reinhard_silaen
@reinhard_silaen 3 жыл бұрын
Damn, I can't focus. Good job FCC.
@palspal2329
@palspal2329 3 жыл бұрын
Hey you remind me of Molly Rankin from Band Alvvays 😂
How to Get Started with OpenTelemetry
24:44
NGINX
Рет қаралды 12 М.
Introduction to Tracing : OpenTelemetry & Opentracing
23:38
That DevOps Guy
Рет қаралды 87 М.
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 19 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 167 МЛН
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 21 МЛН
APIs for Beginners - How to use an API (Full Course / Tutorial)
2:19:33
freeCodeCamp.org
Рет қаралды 4,3 МЛН
Recursion in Programming - Full Course
1:51:36
freeCodeCamp.org
Рет қаралды 942 М.
System Design Concepts Course and Interview Prep
53:38
freeCodeCamp.org
Рет қаралды 234 М.
OpenTelemetry for Java Developers | Fabian Stäber (EN)
49:13
You MUST Instrument Your Code With OpenTelemetry (OTEL)!
18:04
DevOps Toolkit
Рет қаралды 41 М.
DevOps Engineering Course for Beginners
2:18:19
freeCodeCamp.org
Рет қаралды 1 МЛН
OpenTelemetry Demystified: An Observability Tutorial for Beginners
23:27
Is it Observable
Рет қаралды 41 М.
Low-Code Tutorial - Build 3 Financial Apps (Full Course)
2:44:07
freeCodeCamp.org
Рет қаралды 178 М.
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 19 МЛН