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
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 12 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 32 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 772 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 470 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 720 Software Development
- 1K Software
- 418 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class 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)