Creating Grafana Dashboards for Prometheus | Grafana Setup & Simple Dashboard (Chart, Gauge, Table)

preview_player
Показать описание
This video shows you how to use Grafana to build dashboards for Prometheus. The video explains how to download and run Grafana, how to create a Prometheus data source in Grafana, as well as how to create a dashboard with three basic panel types (time series chart, gauge, and table).

Check my Prometheus training courses if you want to learn Prometheus in a structured way from the ground up:

Chapters:
00:00 Introduction
01:08 Option A: Running Grafana Using Docker
01:43 Option B: Running Grafana Using Pre-Built Binaries
02:53 Logging Into Grafana
03:07 Creating a Prometheus Data Source
04:12 Creating a New Dashboard
04:30 Creating a Time Series Chart
08:28 Creating a Gauge Panel
09:55 Creating a Table Panel
12:13 Adding Rows to the Dashboard
13:22 Outro & PromLabs Prometheus Trainings

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

Julius, as a long-time explainer and trainer on OSS, you're doing some seriously great work here, simply explaining things so others can have a good experience and follow along until they can fly themselves, thank you!

rossbrunson
Автор

Thank you, Julius, for sharing such a great tutorial and well explanation of how to create and modify graphs.

viltran
Автор

Simple and concise. Great video once again.

AshishKumar-qigk
Автор

Thanks for writing and open-sourcing such great software, Julius.

QuantPhilosopher
Автор

i can't believe this all stuff is open source, Thanks very much!

suleymanq
Автор

i was struggling earlier now i have a decent idea of those dash things, thanks man

umr_arf
Автор

Thank you. This video helped me understand how to make table as I need.

arknexter
Автор

The gauge one helped me a lot :D thank you.

VeslorTV
Автор

This was very informative and easy to follow. Thank you!

aanichin
Автор

very very helpful, ty very much Sir. I will take a time in your channel to watch more staff like this :)

CarlosMad
Автор

Thank you so much for this video, this is very helpful

raxo
Автор

Wonderfull vid! thanks for the tutorial <3

kisshore
Автор

The code he pasted at 8:44 :
sum by(instance)
/
on(instance) group_left() demo_num_cpus

10:10
topk(3, sum by(path, method)

DorianC
Автор

Thank you so much .. this very informative
Please can you make a video .. how we can copy a panel from existing dashboard. to another dashboard

naimishkumarsahu
Автор

Hello, Thank you for the tutorial. It was very informative. I have one question : I want to add a column in the table which shows names of the nodes (for my blockchain network). The dashboard template I am using is Besu Overview by Grafana. How do I do it ?

priyankareddy
Автор

Wow, Julius, this was so helpful thank you!

One question though, can you set up alerts in Grafana to notify you when certain thresholds are breached for any of the metrics being monitored?

beatricefischer
Автор

Hey hii
Can you just let me know if we can create an alert for jobs..
If the process doesn't complete on time can we create an alert which will notify the developer

malathifirequeen
Автор

i did everything same but metrics does not match metrics in system monitor.

darkfury
Автор

Hello Julius, is it possible to delete one gauge out of the 3? we have a requirement that one gauge is shows the archived logs. we need the real time log to be displayed in gauge.

manojputhiyetath
Автор

What distro/terminal application are you running here? I've not seen one like it before, I love how it uses arrows and stuff for the paths

BiffTheBanana