Introduction to Prometheus
Learn how to set up comprehensive monitoring and alerting with Prometheus, Grafana, and Alertmanager.
Core Concepts
What is Prometheus?
Understanding the monitoring and alerting toolkit
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
Learn MoreMetrics and Time Series
Learn about Prometheus metrics and time series data
Prometheus collects metrics from configured targets at given intervals, evaluates rule expressions, and displays the results.
Learn MorePromQL Queries
Mastering Prometheus Query Language
PromQL is a functional query language that lets you select and aggregate time series data in real time.
Learn MoreAlerting Rules
Setting up alerts and notifications
Learn how to define alerting rules that trigger notifications when certain conditions are met.
Learn MoreReady to Monitor?
Start with the basics and build a comprehensive monitoring solution for your Kubernetes cluster.