Introduction to NodeJS monitoring with Prometheus

preview_player
Показать описание

Let's take a look at how to monitor and instrument your NodeJS code using Prometheus. Very simple and effective way to find out how long your functions take and how many requests or operations your code is performing per second :)

Also if you want to support the channel further, become a member 😎

Checkout "That DevOps Community" too

Source Code

Follow me on socials!

Music:
Track: where,when - lost the project for this last year

Track: Puar - GEMS W/ sin
Рекомендации по теме
Комментарии
Автор

These videos are just SOOO useful. Where everything is filled with, at this point, useless basic content, you actually provide real life information. Thank you sooo much man!

et
Автор

Like your style of teching things with cool music in the background :)

ashishbadgujar
Автор

Finally a good video on using Prometheus. Great work dude.

tiredofeverythingnew
Автор

Helped me a TON as compared to prom-client's own documentation. Thanks!

panasonikkuho
Автор

Fantastic tutorial NodeJS monitoring with Prometheus.

nditahsamweld
Автор

Great video sir, Will recommend to my friends

VivekSharma-tw
Автор

Marcel - your video guide is very good - many thanks

TheUniu
Автор

very underrated! Im new to this and its becommin much clear!

teste-yhdf
Автор

Great, very informative video! Just getting started with Prometheus and Node.js here and this helped a ton. Just a tip - I found the background music kind of distracting/too loud, but otherwise great content. I was also wondering if you could do a video on your arm routine? Thanks!

azidahaka
Автор

Nenhum tutorial em português tava ensinando tão bem, tive que vir aqui aprender, muito obrigado <3

KallyFire
Автор

Really informative...would be great help for us, if you also create a video for nodejs with cluster and pm2 cluster as well.

tusharrastogi
Автор

Thanks for this awesome video. I was looking forward for the same. But I have a doubt that I am running the backend with node js and I need the login count in graffana with each time the user login, but once the user logged out then how it will manage the same. Looking forward for your response.

himansusekharmishra
Автор

Hello thank you your tutorials are great
can you do a tutorial on exporting stackdriver to monitor a cloud server (google cloud)

BoibouMohamed
Автор

Hi Marcel.
Thank you for sharing this but can this set up equally work with restify middleware?

banjovictor
Автор

oooohh man! thank u for this explanations!

РусланИсаев
Автор

Keep up with the awesome content !
Always relevant and pertinent content with very realistic use cases !
Thank you !

luisbraga
Автор

How can I apply the same in Prometheus operator.

himansusekharmishra
Автор

Thanks for video, Is it possible to monitor mqtt traffic, or websockets?

Is it possible to monitor whole node.js work? Event-loop status/charge, memory, cpu charge by node.js?

If we can only observe charge of http requests (and for requests we need to connect some library code at all code paths manually - maybe it can be solved by some middleware? ) what is the sense?

erwererwrwr
Автор

hello, thank for sharing but if I have many other requests paths in the NodesJS app, So in order to monitor on the every request path, Should I manually edit every function that serves a request?

wolfdhib
Автор

Hi, thanks for the video. It is really helpful. However I have a problem when I adopt your approach to my own node.js server and used your code for docker-compose, prometheus and grafana but I got this error when I launch prometheus targets from browser even though my web server is already UP :
"INVALID" is not a valid start token
Do you have any idea why?

sriyulianti