Prometheus - Beginner
Prometheus is specialized software for monitoring and alerting, written in the Go programming language. All data and metrics are stored in the database as time series (along with the timestamp when the value
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 6 Modules
- 12 Videos
- 18 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- The origin of Prometheus and its utility
- How it works and how it is applied in monitoring
- Basic but fundamental concepts to get started
- Practices and usage example guides
Course Contents
12 Hours 0 Minutes
What monitoring is and what metrics are.
Prometheus is configured through command-line flags and a configuration file. While command-line flags configure immutable system parameters
Prometheus provides a functional query language called PromQL (Prometheus Query Language) that allows users to select and aggregate time series data in real time
Prometheus includes a local time series database on disk, but it also optionally integrates with remote storage systems
Instrumentation in Prometheus is used to collect information about system performance. This information is collected by exposing metrics through an HTTP interface
The alert in Prometheus is divided into two parts. The alerting rules on the Prometheus servers send alerts to an Alertmanager