Prometheus MOC

A book-shaped table of contents for Prometheus: monitoring foundations through architecture, data model, instrumentation, service discovery, PromQL, alerting, production operation, PCA certification, and MAANG interview prep — cross-linking existing notes instead of duplicating them.

· §202607181229-46 ·

Prometheus

If this were a book, this page is the table of contents. Each Part below is a chapter; each chapter links out to the concepts, designs, and platform notes that already exist elsewhere in this wiki instead of duplicating them. This book is intentionally deeper than the PCA syllabus — several Parts (production internals, PCA prep, MAANG interview banks) are scaffolded ahead of their source material and marked (stub) below; they’ll fill in as that material gets written.

Parts

00 — Monitoring Foundations

The vocabulary this whole book assumes: what a time series actually is, and where Prometheus sits relative to the rest of the observability landscape.

01 — Prometheus Architecture

The server itself: how it’s installed and run, why it pulls instead of accepting pushes, and how a metric moves from a target to a dashboard.

02 — Prometheus Data Model

Counters, gauges, histograms, summaries, labels, and the on-disk storage engine underneath them.

03 — Instrumentation

Getting metrics out of a system in the first place — client libraries, exporters, and writing your own instrumentation.

04 — Service Discovery

Finding what to scrape without hand-maintaining a static target list.

05 — PromQL Masterclass

The query language in full — this Part is the deepest and most complete in the book.

06 — Alerting

Turning PromQL expressions into pages — recording rules, alert rules, and Alertmanager.

07 — Production Prometheus

Running Prometheus past the point where one server on one disk is enough.

08 — Operating Prometheus

Day-2 operations: Kubernetes deployment patterns, hardening, and troubleshooting.

09 — Prometheus Certified Associate (PCA)

Certification-specific prep, built on top of the material already covered above.

10 — MAANG Interview Preparation

System-design framing and the “why,” not just the “how.”

11 — Appendices

Quick-reference material distilled from the chapters above.

Metadata

AuthorAmit Singh
Scopeprometheus

Local graph

Full graph →

Linked from 7 notes

Notes — Library Index

The front page of the notebook — every book-shaped domain, the applied Projects and flat Inbox folders, and how they cross-link into one wiki instead of duplicating content across each other.

Grafana Cloud

A book-shaped table of contents for Grafana Cloud: platform foundations through telemetry collection, Mimir/Loki/Tempo/Pyroscope, visualization, application observability, reliability tooling, developer experience, governance, and enterprise reference architectures — cross-linking existing notes instead of duplicating them.

Kubernetes

A book-shaped table of contents for Kubernetes: cloud-native foundations, the CKAD/CKA/CKS certification tracks, control-plane internals, platform tooling, multi-cluster architecture, and MAANG-level system design and interview prep — cross-linking the existing Prometheus, Observability, and Platform Engineering chapters instead of duplicating them.

Observability Engineering

A book-shaped table of contents for observability engineering: foundations through architecture, metrics, logging, tracing, profiling, OpenTelemetry, instrumentation, Kubernetes/cloud, data platforms, visualization, alerting, SRE integration, cost, security, platform engineering, AI-driven operations, and MAANG interview preparation — cross-linking existing prometheus/grafana-cloud/kubernetes/sre/platform-engineering notes instead of duplicating them.

Productivity for Knowledge Workers

A book-shaped table of contents for productivity as practiced by a knowledge worker: foundations, self-management, goal setting, time and deep work, personal knowledge management, learning, task systems, decision making, habits, digital productivity, engineering and career practice, health, review, and an advanced operating-system layer, plus reference appendices — cross-linking existing notes instead of duplicating them.

SLOs & burn-rate alerts

SignalForge's published SLOs, how their SLIs are computed from span metrics, and how multi-window burn-rate alerts are structured.

Chapter 3 — Monitoring at Scale

Prometheus, Mimir, Cortex, and Thanos as the horizontally-scaled answer to a single Prometheus instance running out of room.

Related notes