Comprehensive and Detailed Explanation From Exact Extract:
SLIs must measure user experience, and sometimes server-side metrics alone do not show the full picture. Client-side data may reveal issues such as:
The Site Reliability Engineering Book, Chapter “Service Level Indicators,” states:
“Server-side metrics do not always fully capture the user experience. In many cases, client-side measurements are required to understand the actual reliability delivered to users.”
The SRE Workbook reinforces:
“Some SLIs require client instrumentation because user-visible performance problems may not be observable from backend systems alone.”
Why the other options are incorrect:
B SLA negotiation has nothing to do with SLI selection.
C Automation engineering is unrelated to client-side measurement needs.
D Achievability of SLOs does not determine whether client-side data is needed; accuracy of user-experience measurement does.
Thus, the correct answer is A.
[References:, Site Reliability Engineering Book, “Service Level Indicators”, SRE Workbook, “Choosing the Right SLIs”, ]