1. A cloud architect at Contoso is reviewing the production observability strategy for an Azure AI Foundry-hosted agent. They notice that the throughput metric (requests per minute) is well within the model's provisioned capacity, yet users are reporting long wait times. Which metric should the architect examine NEXT to diagnose the root cause?
- A. Token consumption per request, to check if individual responses are consuming unusually large token counts and hitting per-request processing limits✓ Correct
- B. The groundedness score trend, to determine whether low-quality responses are being regenerated
- C. The number of active Foundry projects in the subscription
- D. The fluency metric average, to correlate poor language quality with latency
Explanation
When throughput (requests/minute) is within capacity but latency is high, the next logical metric to examine is token consumption per request. Responses with very large token counts take significantly longer to generate, even when the total request rate is low—this is a classic 'low RPS but high time-to-complete' scenario. Option B (groundedness score) measures factual grounding, not speed; retries due to low quality would show up as increased throughput, not as silent latency. Option C (number of Foundry projects) is an administrative concern unrelated to per-request latency. Option D (fluency metric) measures grammatical quality and has no correlation with response time.