We need clarification on the Vercel metric reports for “Function Invocations” and “Requests”.
Based on the definitions:
- “Function Invocations” refers to “the number of times your Serverless and Edge Functions received a request (excluding cache hits).”
- “Requests” refers to “the number of requests your deployments have received.”
Given these definitions, my assumption is that the count of Uncached Requests (802,064) specified in the “Requests” report should align with the Function Invocations count (408,321), as all uncached requests would presumably be handled by the origin servers.
Could you please confirm if my understanding is correct?
However, we are seeing a significant difference between these two values. Could you help explain the discrepancy?