DevOpsLab

Course3 · DevOps exam scenarios → Monitoring & logging

3 · DevOps exam scenarios

Theory · Monitoring & logging

17 min · Module 10 · Theory

How to study this topic

  1. Read the theory below (concepts, bullets, and shell/YAML examples).
  2. Try the Exam pool and Book quizzes in this module.
  3. After each quiz, use Show answer on every question to review.

Monitoring & logging

Observability = metrics, logs, traces. Prometheus scrapes metrics; Grafana dashboards alert via Alertmanager. Structured JSON logs enable fast search in ELK/Loki.

Shell, YAML & config examples

# Prometheus metric types: counter, gauge, histogram
# Example alert: high error rate
# rate(http_requests_total{status=~"5.."}[5m]) > 0.05

Hands-on practice: /lab/

Log in to track progress / take quizzes