Citizens report that a permitting Function sometimes fails, sometimes feels slow, and sometimes seems overwhelmed. Which metric mapping is correct?
Select an answer to reveal the explanation.
Short Explanation
Count is how many times the doorbell rang; duration is how long each visit took; response type says whether the visit succeeded, errored, or got a busy signal.
Full Explanation
FunctionInvocationCount measures how often a function ran. FunctionExecutionDuration measures how long executions took in milliseconds. FunctionResponseCount sliced by responseType distinguishes Success, Error, and Throttled. Empty Errors or Throttles charts are normal when nothing failed or throttled.