What is the Google Cloud Operations suite?
Answer: It is the observability stack formerly called Stackdriver: Cloud Monitoring for metrics, dashboards, uptime checks and alerting; Cloud Logging for log ingestion, search, sinks and log-based metrics; Cloud Trace for distributed tracing; Cloud Profiler for continuous CPU and memory profiling; and Error Reporting for grouped exception tracking.
Why interviewers ask this: Naming all five and what each is *for* is the answer. The connection worth drawing is that they share resource labels, so a metric, a log entry and a trace for the same Cloud Run revision can be correlated automatically — that correlation is the value of an integrated suite.
