How to setup Prometheus, Grafana and Node Exporter on Docker and import a opensource dashboard

preview_player
Показать описание
Prometheus Overview and Features and demo of end to end setup of Prometheus, node exporter and grafana on Docker!
Followed up with a beautiful looking grafana dashboard for system level metrics using Prometheus data.

Source Code

Docker install

Link explaining default bridge network

My Starter Gear

Camera - Nikon D3200 (Grandpa edition)

Background Music (affiliate link)

Time Stamps
00:00 Intro
00:21 Prometheus Key Features
01:05 Collecting Metrics
01:51 Download Prometheus and run binary
02:27 Prometheus React UI
02:43 Prometheus with Custom Config Flag
03:04 Prometheus in a docker container, Bonus: How to add labels
03:42 Run Node exporter
05:19 Running Grafana and Adding Prometheus Datasource
06:13 Adding Dashboard to Grafana

Icon Credits
Рекомендации по теме
Комментарии
Автор

This tutorial has precise steps and easy to follow. I am looking forward to see more of your videos like this.
If you could add the command line in sequence that will be exceptional.

pingenai
Автор

Thank you, was helpful in setting my first prometheus/grafana. I suggest instead of using the containers ip, that you use the container names thanks to the --link option. This is much more maintainable (i did this with docker-compose but it should work with CLI commands too)

socomajor
Автор

People say, it is not recommended to run node exporter in a container?

nfxixit
Автор

wish youd help with the same in ubuntu 20.04. for monitoring unifi ap

bilgramkwendo
Автор

How can we setup node exporters in fargate containers .

sushmithashetty
Автор

Why download prometheus directly to your machine if you're running it in docker anyway? shouldn't you just use a containerized versions of Prometheus?

DrFunkBlast