CLOUD-DIGITAL-LEADER · Question #394
An organization is concerned that one of their applications takes too long to return a result. According to Google's 揊our Golden Signals,?which signal measures this aspect of the application's perform
The correct answer is C. Latency. Latency, one of Google's Four Golden Signals, measures the time it takes for a system to process and respond to a request.
Question
An organization is concerned that one of their applications takes too long to return a result. According to Google's 揊our Golden Signals,?which signal measures this aspect of the application's performance?
Options
- ASaturation
- BErrors
- CLatency
- DTraffic
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C87% (27)
- D6% (2)
Why each option
Latency, one of Google's Four Golden Signals, measures the time it takes for a system to process and respond to a request.
Saturation measures how full or overloaded a resource is, such as CPU or memory utilization approaching capacity limits.
Errors measure the rate at which requests fail, such as HTTP 5xx responses, not response time.
Latency specifically measures the time elapsed between a client making a request and receiving a response, directly corresponding to an application 'taking too long to return a result.' Google's Four Golden Signals framework - Latency, Traffic, Errors, and Saturation - defines latency as a primary indicator of user-facing performance and distinguishes between successful and failed request latency.
Traffic measures the demand placed on the system, such as requests per second, not how fast the system responds.
Concept tested: Google's Four Golden Signals - latency monitoring
Source: https://sre.google/sre-book/monitoring-distributed-systems/
Topics
Community Discussion
No community discussion yet for this question.