GCP · Operations
Cloud Monitoring
Metrics, dashboards, SLOs and alerting.
Official docsOverview
Cloud Monitoring tracks metrics with uptime checks, SLOs, alert policies and dashboards.
When to use it
- Synthetic uptime tests
- SLO burn-rate alerts
- Canary verification
Setup
- Open Monitoring → create workspace.
- Add uptime checks, dashboards, alert policies.
How to use
Uptime check (gcloud)
gcloud monitoring uptime create checkout-flow --http-check-path=/health --resource-type=uptime-url --resource-labels=host=app.example.comQA use cases
- External synthetic checks on critical user journeys every minute.
