We take a deep dive into the Site Reliability Engineering (SRE) domain at the heart of the PCDOE exam, tied to a Cloud Monitoring implementation. From the theory of SLI / SLO / Error Budget to Burn Rate alerts, Toil reduction, and Blameless Postmortems, everything is covered.
| Concept | Definition | Example |
|---|---|---|
| SLI (Service Level Indicator) | Measured metric | HTTP 200 rate, P99 latency |
| SLO (Service Level Objective) | Internal target | Maintain SLI at 99.9% |
| SLA (Service Level Agreement) | Customer contract | 10% refund if below 99.5% |
| Service Type | Recommended SLI |
|---|---|
| Request-driven (Web/API) | Availability (success rate), Latency (P95/P99) |
| Pipeline (batch/streaming) | Correctness, Coverage, Freshness |
| Storage | Durability, Throughput |
| Event-driven | End-to-end latency, Loss rate |
| Tier | Burn Rate | Consumption | Use Case |
|---|---|---|---|
| Fast burn | 14.4x | 2% of monthly budget in 1 hour | Immediate PagerDuty (critical incident) |
| Slow burn | 1x | Budget consumed over a long period | Next business day response (trend degradation) |
In Cloud Monitoring SLO alerts, the best practice is to combine Lookback windows (1h / 6h / 24h / 3d) with Threshold (Burn rate) to configure two-tier Fast / Slow notifications.
What is the difference between SLI, SLO, and SLA?
SLI is the measured value (e.g., 99.95% success rate), SLO is the internal target (e.g., maintain 99.9%), and SLA is the customer contract (e.g., refund if it falls below 99.5%). The standard rule is SLA < SLO < 100%.
What is an Error Budget?
The upper limit of failure allowed by the SLO (e.g., a 99.9% SLO allows 0.1% = 43 minutes of downtime per month). The policy is that new feature releases are OK until the budget is exhausted, and then frozen once it is exceeded.
What is a Burn Rate alert?
The consumption rate of the Error Budget. For example, consuming 2% of the monthly budget in 1 hour equals a 14.4x burn. The recommended pattern is two-tier alerts: Fast burn and Slow burn.
How do you choose SLIs?
Metrics directly tied to user experience — Availability (success rate), Latency (e.g., P99), Throughput, and Correctness. Templates exist for request-driven, event-driven, and data pipeline services.
What can you do with the Cloud Monitoring SLO feature?
It provides a managed flow from SLI definition → SLO calculation → Error Budget visualization → Burn Rate alerts. Custom Metric, Distribution, and Log-based SLIs are also supported.
What are the tips for reducing Toil?
Quantify repetitive, automatable, operationally burdensome tasks (e.g., X hours per week), automate them with Cloud Build / Workflows / Cloud Functions, and keep Toil below 50% of the SRE team's time as a guideline.
How should a Postmortem be written?
Structure it as Blameless (no blame on individuals), Timeline, Impact, Root Cause, What went well, What went poorly, and Action items. Google publishes a template at sre.google.
What SRE tools appear frequently on the PCDOE exam?
Cloud Monitoring (SLO / Alerting), Cloud Logging (Log-based metrics), Managed Service for Prometheus, Cloud Trace, Cloud Profiler, Error Reporting, and Incident Response (PagerDuty integration).
Related Articles - PCDOE / SRE
GCP Professional Cloud DevOps Engineer (PCDOE) 完全ガイド|SRE・GKE・CI/CD・SLO
Google Cloud Professional Cloud DevOps Engineer の試験範囲、SRE / SLI / SLO / Error Budget、GKE / Cloud Build / Cloud Deploy、AWS DOP・Azure AZ-400 比較を徹底解説。
Cloud Monitoring SLO + Burn Rate アラート設定チュートリアル (GCP)
Google Cloud Monitoring で SLO + Burn Rate アラート設定の完全チュートリアル。SLI 選定、Cloud Run / GKE 対応、Multi-window Multi-burn-rate、PagerDuty / Slack 通知、OpenTelemetry、Synthetic Monitoring を 2026 年最新版で解説。
GCP Professional Cloud Network Engineer (PCNE) 完全ガイド|VPC・Interconnect・Load Balancing
Google Cloud Professional Cloud Network Engineer の試験範囲、VPC / Cloud Interconnect / Cloud Load Balancing / Cloud Armor、AWS ANS・Azure AZ-700 比較を詳解。
GCP Professional Cloud Developer (PCD) 完全ガイド|Cloud Run・GKE・CI/CD・APM
Google Cloud Professional Cloud Developer の試験範囲、Cloud Run / GKE / Cloud Build / Cloud Trace、AWS DVA / Azure AZ-204 比較、学習ロードマップを徹底解説。
* Google Cloud is a trademark of Google LLC. The SRE book trilogy is available for free at sre.google.
Practice with certification-focused question sets
View GCP Exam Prep PageNicheeLab Editorial Team
NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.
Google Cloud Certification Roadmap (2026)
Choose your GCP certification path — Foundational, Associate...
CDL Cloud Digital Leader: Complete Exam Guide (2026)
Pass the Cloud Digital Leader exam — cloud business value, G...
GAIL Generative AI Leader: Complete Exam Guide (2026)
Pass the Generative AI Leader exam — Gemini, Vertex AI, Work...
Vertex AI Fundamentals for GCP Certs (2026)
Vertex AI basics every cert candidate needs — Workbench, Pip...
Associate Cloud Engineer (ACE): Complete Guide (2026)
Pass the Associate Cloud Engineer exam — Console, gcloud, pr...