LFS241 - Monitoring Systems and Services with Prometheus is now live!
Hello,
LFS241 - Monitoring Systems and Services with Prometheus is now live!
Prometheus is an open source monitoring system and time series database that is especially well-suited for monitoring dynamic cloud environments. It contains a powerful query language and data model, in addition to integrated alerting and service discovery support. LFS241 exposes new Prometheus users to many of its major features, best practices and use cases. Upon completion, learners will be able to monitor their systems and services effectively with Prometheus.
One great way to interact with your peers taking this course is using the Class Forum:
- Discuss concepts, tools, and technologies presented in this course, or related to the topics discussed in the course material.
- Ask questions about the course content.
- Share resources and ideas related to Prometheus.
When starting a thread, be as specific as you can, both in the title and the body of the thread, identifying the chapter and page you are referring to.
We hope you have a great learning experience!
Flavia
The Linux Foundation Training Team
Comments
-
Hi, i have engaged into this course and found some mistakes.
Lab 4.1 url https://github.com/prometheus/prometheus/releases/download/v2.4.2/prometheus-2.4.2.linux-amd64.tar.gz didnt work actual link is https://github.com/prometheus/prometheus/releases/download/v2.18.1/prometheus-2.18.1.linux-amd64.tar.gz. And in will be chanched, so maybe better to get a link to of site
Lab 5.4 function
_ predict_linear(demo_disk_usage_bytes{job="demo"}[15m])_ not correct, func needs 2 arguments and must be like
predict_linear(demo_disk_usage_bytes{job="demo"}[15m], 3600)Lab 6.3
histogram_quantile(0.9, sum without(instance, status)
(rate(demo_api_request_duration_seconds_bucket{job="demo"}[5m]))
miss ')' at the end. It must be
histogram_quantile(0.9, sum without(instance, status)
(rate(demo_api_request_duration_seconds_bucket{job="demo"}[5m])))Lab 9.1
for exersise we need not master banch and rigth command for git clone is
git clone -b instrumented https://github.com/juliusv/instrumentation-exerciseLab 10.1 func
sum without(cpu) rate(node_cpu_seconds_total{job="node"}[1m]) dont work and rate must be in (), like
sum without(cpu) (rate(node_cpu_seconds_total{job="node"}[1m]))
p.s. i know that my english is bad, but i want to help
1 -
I want to learn the Prometheus Course. where should I learn, I think that course helps me to upskill and achieving my goals. I found a Prometheus training website should I go with it. if there are any well-known institutions please let me know.
0 -
You can purchase the course from the training website: https://training.linuxfoundation.org/training/monitoring-systems-and-services-with-prometheus-lfs241/
1
Categories
- 9.1K All Categories
- 15 LFX Mentorship
- 68 LFX Mentorship: Linux Kernel
- 382 Linux Foundation Boot Camps
- 234 Cloud Engineer Boot Camp
- 76 Advanced Cloud Engineer Boot Camp
- 30 DevOps Engineer Boot Camp
- 9 Cloud Native Developer Boot Camp
- 982 Training Courses
- 15 LFC110 Class Forum
- 16 LFD102 Class Forum
- 106 LFD103 Class Forum
- 6 LFD121 Class Forum
- 56 LFD201 Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- 19 LFD254 Class Forum
- 450 LFD259 Class Forum
- 90 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 16 LFS200 Class Forum
- 715 LFS201 Class Forum
- LFS201-JP クラス フォーラム
- 282 LFS211 Class Forum
- 51 LFS216 Class Forum
- 27 LFS241 Class Forum
- 28 LFS242 Class Forum
- 19 LFS243 Class Forum
- 6 LFS244 Class Forum
- 12 LFS250 Class Forum
- LFS250-JP クラス フォーラム
- 113 LFS253 Class Forum
- 814 LFS258 Class Forum
- 8 LFS258-JP クラス フォーラム
- 54 LFS260 Class Forum
- 81 LFS261 Class Forum
- 18 LFS262 Class Forum
- 76 LFS263 Class Forum
- 15 LFS264 Class Forum
- 10 LFS266 Class Forum
- 10 LFS267 Class Forum
- 9 LFS268 Class Forum
- 6 LFS269 Class Forum
- 183 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- 191 LFW211 Class Forum
- 114 LFW212 Class Forum
- 880 Hardware
- 207 Drivers
- 74 I/O Devices
- 44 Monitors
- 115 Multimedia
- 205 Networking
- 98 Printers & Scanners
- 82 Storage
- 730 Linux Distributions
- 85 Debian
- 64 Fedora
- 12 Linux Mint
- 13 Mageia
- 22 openSUSE
- 127 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 349 Ubuntu
- 450 Linux System Administration
- 33 Cloud Computing
- 64 Command Line/Scripting
- Github systems admin projects
- 89 Linux Security
- 76 Network Management
- 105 System Management
- 45 Web Management
- 51 Mobile Computing
- 19 Android
- 19 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 501 Off Topic
- 121 Introductions
- 193 Small Talk
- 19 Study Material
- 756 Programming and Development
- 243 Kernel Development
- 479 Software Development
- 903 Software
- 247 Applications
- 178 Command Line
- 2 Compiling/Installing
- 73 Games
- 314 Installation
- 26 All In Program
- 26 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)