PCDOE 試験の中核である Site Reliability Engineering (SRE) 領域を、Cloud Monitoring 実装を絡めて深掘りします。SLI / SLO / Error Budget の理論から、Burn Rate アラート、Toil 削減、Blameless Postmortem まで網羅します。
| 概念 | 定義 | 例 |
|---|---|---|
| SLI (Service Level Indicator) | 実測指標 | HTTP 200 率、P99 レイテンシ |
| SLO (Service Level Objective) | 社内目標 | SLI 99.9% を維持 |
| SLA (Service Level Agreement) | 顧客契約 | 99.5% 未満で 10% 返金 |
| サービス種別 | 推奨 SLI |
|---|---|
| リクエスト駆動 (Web/API) | Availability (成功率)、Latency (P95/P99) |
| パイプライン (バッチ/ストリーミング) | Correctness、Coverage、Freshness |
| ストレージ | Durability、Throughput |
| イベント駆動 | End-to-end latency、Loss rate |
| 段階 | Burn Rate | 消費 | 用途 |
|---|---|---|---|
| Fast burn | 14.4x | 1 時間で月間予算 2% | 即時 PagerDuty (重大障害) |
| Slow burn | 1x | 長時間で予算消費 | 翌営業日対応 (傾向悪化) |
Cloud Monitoring の SLO アラートでは Lookback window (1h / 6h / 24h / 3d) と Threshold (Burn rate) を組み合わせて Fast / Slow の 2 段階通知を設定するのがベストプラクティスです。
SLI / SLO / SLA の違いは?
SLI は実測値 (例: 成功率 99.95%)、SLO は社内目標 (例: 99.9% を維持)、SLA は顧客との契約 (例: 99.5% 未満で返金)。SLA < SLO < 100% が定石。
Error Budget とは?
SLO で許される失敗の上限 (例: 99.9% SLO なら 0.1% = 月 43 分のダウン許容)。これを使い切るまでは新機能リリース OK、超えたら凍結というポリシー。
Burn Rate アラートとは?
Error Budget の消費速度。例: 1 時間で月間予算の 2% を消費 = 14.4x burn。Fast burn と Slow burn の 2 段階アラートが推奨パターン。
SLI はどう選ぶ?
ユーザー体験に直結する指標 — Availability (成功率)、Latency (P99 等)、Throughput、Correctness。リクエスト/イベント/データパイプライン別にテンプレが存在します。
Cloud Monitoring の SLO 機能で何ができる?
SLI 定義 → SLO 計算 → Error Budget 可視化 → Burn Rate アラートまでマネージドで実現。Custom Metric / Distribution / Log-based も対応。
Toil 削減のコツは?
繰り返し・自動化可能・運用に追われがちなタスクを定量化 (例: 週 X 時間)、Cloud Build / Workflows / Cloud Functions で自動化、SRE チームの 50% 以下に抑えるのが目安。
Postmortem の書き方は?
Blameless (人を責めない)、Timeline、Impact、Root Cause、What went well、What went poorly、Action items を構造化。Google の sre.google で公開テンプレート利用可。
PCDOE で頻出の SRE ツールは?
Cloud Monitoring (SLO / Alerting)、Cloud Logging (Log-based metric)、Managed Service for Prometheus、Cloud Trace、Cloud Profiler、Error Reporting、Incident Response (PagerDuty 連携)。
関連記事・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 は Google LLC の商標です。SRE 書籍 3 部作は sre.google で無料公開されています。
NicheeLab編集部
データエンジニアリング・クラウド資格の専門家。Databricks・Snowflake等の認定資格を保有し、実務経験に基づいた問題作成・解説を行っています。NicheeLab運営。
Google Cloud (GCP) 認定資格ロードマップ 2026 完全版|全 15 試験を体系化
Google Cloud 認定資格 全 15 試験 (Foundational 2 + Associate 3 + Pr...
Cloud Digital Leader (CDL) 完全ガイド|出題範囲・学習リソース・合格戦略
Google Cloud Cloud Digital Leader (CDL) の完全ガイド。6 ドメイン 92 bul...
Generative AI Leader (GAIL) 完全ガイド|Google Cloud 生成 AI 認定
Google Cloud Generative AI Leader (GAIL、2025-05-14 リリース) の完全...
Vertex AI 入門|Google Cloud 統合 ML プラットフォームの全機能
Google Cloud Vertex AI の入門解説。Vertex AI Studio / Agent Builde...
GCP Associate Cloud Engineer (ACE) 完全ガイド|試験範囲・受験料・学習ロードマップ
Google Cloud Associate Cloud Engineer (ACE) の試験範囲・受験料 125 US...