In a canary deployment, what metric would you monitor to decide whether to increase traffic to the new version?

Prepare for the MP Deployment Exam with comprehensive quizzes featuring multiple choice questions, detailed explanations, and interactive practice. Boost your confidence and be exam-ready!

Multiple Choice

In a canary deployment, what metric would you monitor to decide whether to increase traffic to the new version?

Explanation:
In a canary deployment, you expand traffic to the new version only as its health under load stays acceptable. The best metric to monitor is health indicators such as error rate and latency because they directly reflect how users are experiencing the service—whether requests are being answered correctly and quickly. If these metrics stay within acceptable bounds, you can safely ramp up. If they worsen, you should pause or roll back. Monitoring the number of active sessions doesn’t reveal whether failures are occurring; CPU usage of the old version doesn’t show how the new version handles requests under load; and disk space on the primary node is an infrastructure concern that doesn’t indicate runtime reliability.

In a canary deployment, you expand traffic to the new version only as its health under load stays acceptable. The best metric to monitor is health indicators such as error rate and latency because they directly reflect how users are experiencing the service—whether requests are being answered correctly and quickly. If these metrics stay within acceptable bounds, you can safely ramp up. If they worsen, you should pause or roll back. Monitoring the number of active sessions doesn’t reveal whether failures are occurring; CPU usage of the old version doesn’t show how the new version handles requests under load; and disk space on the primary node is an infrastructure concern that doesn’t indicate runtime reliability.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy