QuestionQ358

Ensuring solution and operations excellence

Your development teams deploy new versions of games that run on Google Kubernetes Engine (GKE) every day. You want to create service level indicators (SLIs) to assess the quality of these new versions from the user’s perspective. What should you do?

  • A Create CPU Utilization and Request Latency as service level indicators.
  • B Create GKE CPU Utilization and Memory Utilization as service level indicators.
  • C Create Request Latency and Error Rate as service level indicators.
  • D Create Server Uptime and Error Rate as service level indicators.
Explanation

Request latency measures the responsiveness experienced by users, and error rate measures unsuccessful requests and therefore user-visible availability. Google Cloud identifies response latency and successful-versus-total request ratios as standard SLI bases; CPU, memory, and server uptime are indirect infrastructure measures rather than direct user-experience indicators.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!