Тёмный

Introduction to the Prometheus Monitoring System | Key Concepts and Features 

Prometheus Monitoring with Julius | PromLabs
Подписаться 7 тыс.
Просмотров 71 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@renobodyrenobody
@renobodyrenobody Год назад
Thanks a lot. I use Prometheus as the main part of our observability stack but never spend enough time to clearly understand how it works. Thanks to your videos it will be easier to learn with informations from the best source!
@KDTechverse
@KDTechverse 4 месяца назад
A good teacher can make you fall in love with anything. Thank you for making this video ❤
@parsahosseini4241
@parsahosseini4241 14 дней назад
Awesome video mate. Thanks a lot for sharing it.
@m18unet
@m18unet Год назад
Hi Julius. This video is pure magic! Thanks a ton for sharing. I have a question. Which program are you using to edit the video?
@PromLabs
@PromLabs Год назад
Thank you! Someone had asked on ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7uy_yovtyqw.html as well, here's my current setup (a bit evolved from this first video I did on the channel): - Everything is 100% recorded and produced/edited on Linux - Recording software: OBS Studio - Video editing software: DaVinci Resolve Studio - Chart animations: built on motioncanvas.io (basically reimplemented rate()/irate()/increase() and other stuff from previous videos in there, with animations) - Camera: Sony A6400 (connected via Elgato Cam Link to record 4K directly into OBS) - Mic: Deity VO-7U - Teleprompter: Desview T3 (this doesn't fit natively on my Sony cam lens, so I built a custom contraption to mount them together) - Key lights: 2x Elgato Key Light - Background: Walimex Pro Roll-Up Panel - Background lighting: 2x NEEWER 660 PRO RGB LED - Script writing: Google Docs - Teleprompter app: Nano Teleprompter (nice because you can sync it with your Google Docs for script writing!) - ffmpeg to convert the 30 FPS of PNGs produced by Motion Canvas into a video file - Thumbnails: Krita for cutting out shots of myself, a custom GatsbyJS + Puppeteer setup for composing all the thumbnails in HTML/CSS and then automatically screenshotting and uploading them to RU-vid (so I can replace them all at once with a new design if I need to)
@edgarreis7226
@edgarreis7226 9 дней назад
Very informative videos. Thanks a lot !
@UmutAkkaya-s8q
@UmutAkkaya-s8q Месяц назад
Julius. It was a great video thank you.
@yogeshsy7382
@yogeshsy7382 3 месяца назад
Very informative videos! Kudos! I'm looking for easy to understand and implement tutorials/resources about "prometheus at scale for k8s clusters in production" either using thanos/cortex or prometheus federation. It would be great if you can make few videos on this topic. Because I think if someone can make this topic easy to understand, it has to be none other than you.
@KunalKushwaha
@KunalKushwaha Год назад
Amazing!
@KatherineRezentes
@KatherineRezentes 4 месяца назад
So helpful! Thanks so much!
@ommandal9663
@ommandal9663 Год назад
Just wow! No wonder this level of lucidity is missing from other prometheus/grafana videos. They are not the creators of Prometheus!
@ongxa888
@ongxa888 4 месяца назад
Thanks a lot. It's really helpful.
@xarmandop
@xarmandop Год назад
Excellently! Good job!
@4bdl224
@4bdl224 Месяц назад
Thanks for this amazing job! I have a question though. How technically Prometheus server is able to scrape the status code of server like nginx ? From my knowledge it is not something that is exposed by nginx through a client library.
@PromLabs
@PromLabs Месяц назад
See the part of the video at ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-STVMGrYIlfg.html where I talk about targets that don't have native Prometheus instrumentation. For software (or even hardware devices) that don't expose native Prometheus metrics, you would use a so-called exporter - an agent process sitting next to the thing you want to monitor that gets the metrics from the target and that Prometheus can scrape. For example, for nginx you would use the nginx-exporter: github.com/nginxinc/nginx-prometheus-exporter
@4bdl224
@4bdl224 Месяц назад
@@PromLabs many thanks for your reply
@romandzhadan5546
@romandzhadan5546 Месяц назад
amazing!
@vtvvnha2230
@vtvvnha2230 Год назад
waiting for next videos
@NanaOseiYeboah
@NanaOseiYeboah 3 месяца назад
Julius. Your videos are great. But can you please slow down just a bit!! 🙏🏾
@PromLabs
@PromLabs 3 месяца назад
I don't want to bore anyone either though 😬
@4bdl224
@4bdl224 Месяц назад
Thanks for this amazing job. I have a question though. When you add the sum by(path) does that mean that the expression will return the sum of all the values of the time series ? I don't quite get this part.
@PromLabs
@PromLabs Месяц назад
Yes, the sum() aggregator aggregates across multiple time series, adding together all the individual values of the aggregated time series into fewer series. In this case, the "by(path)" preserves the "path" label, so the individual paths are not aggregated over, but still present in the result. That's kind of similar to the behavior of GROUP BY in SQL.
@4bdl224
@4bdl224 Месяц назад
@@PromLabs many thanks for your reply
@HaziHaznidaUsolludin
@HaziHaznidaUsolludin 4 месяца назад
Hi Sir, I have a question. Does this tools suitable for Maintenance Planning use? If yes, would you please explain a bit on how this Prometheus helping with the planning for maintenance work? Many thanks.
@PromLabs
@PromLabs 4 месяца назад
Maintenance planning sounds like a mostly unrelated task, so not really what Prometheus was designed for (systems monitoring). However, you can temporarily silence alerts in the Alertmanager when there are known maintenance windows going on, so you don't send notifications in that case.
@HaziHaznidaUsolludin
@HaziHaznidaUsolludin 2 месяца назад
@@PromLabs another question, does Prometheus able to integrate with Pronto. I can't find the support article on this. So far, only found Prometheus integrated with SAP, MAXIMO and Oracle. Would you please advise. Cheers.
@PromLabs
@PromLabs 2 месяца назад
@@HaziHaznidaUsolludin Sorry, I've never heard of Pronto before. If you have specific usage and integration questions like this one, I would recommend using one of the open community channels like the Prometheus Users mailing list (see prometheus.io/community/).
@marciofranco6085
@marciofranco6085 Год назад
Thanks for vídeo 👌👌👌👏👏👏
@robl39
@robl39 Год назад
I’m struggling to figure out how to get cpu utilization and memory for Kubernetes jobs. Jobs don’t run indefinitely like a web application does. Additionally, the applications don’t support incoming HTTP requests. What is a good way to capture these metrics?
@PromLabs
@PromLabs Год назад
Hi! Since the question is a bit more involved and not directly related to the video, I'd recommend asking it on one of the public community channels (especially the users mailing list is really good at getting quick replies from people): prometheus.io/community/
@robl39
@robl39 Год назад
@@PromLabs please do an introductory video to metrics. In all honesty it’s a bit overwhelming and I think it would be great to see how Prometheus helps you get common metrics like cpu utilization, memory, etc. Understanding how Prometheus gathers metrics like this would be awesome. Thanks for your response!
@diegonayalazo
@diegonayalazo 4 месяца назад
@sandyd.k.1712
@sandyd.k.1712 7 месяцев назад
Kesini karena ingin tahu apa itu Prometheus
@syedmansoor.a7839
@syedmansoor.a7839 Год назад
Need more Need continuous
@knightmare1144
@knightmare1144 9 месяцев назад
How do you not blink in the into?
@king0s
@king0s Год назад
Wow halfway and I can already see it's just goldenn. 🙏 and ❤ from Chennai 🇮🇳
@JordanMatyka
@JordanMatyka Год назад
That Chrome extension will come in handy. Thanks!
@decryptifi2265
@decryptifi2265 Год назад
Great intro to Prometheus!
@vnavalianyi
@vnavalianyi 9 месяцев назад
Thank you for great video!!
@dmitrikonnov922
@dmitrikonnov922 9 месяцев назад
Mercí viel mal!
@Jam-ht2ky
@Jam-ht2ky Год назад
awesome video, your channel is one of the best for getting on the Prometheus & Grafana, really helped me to get the first hands-on experience and stimulated me to get my hands dirty!
@GeorgiKobilarov
@GeorgiKobilarov Год назад
Excellent intro to Prometheus!
Далее
ТАРАКАН
00:38
Просмотров 306 тыс.
What is OpenTelemetry?
12:55
Просмотров 7 тыс.
Server Monitoring // Prometheus and Grafana Tutorial
24:36
PromCon EU 2019: PromQL for Mere Mortals
27:05
Просмотров 24 тыс.