Menu
Important
Stay updated on React2Shell

Query Reference

Last updated September 9, 2025

The metric selects what query data is displayed. You can choose one field at a time, and the same metric can be applied to different event types. For instance, Function Wall Time can be selected for edge, serverless, or middleware functions, aggregating each field in various ways.

Field NameDescriptionAggregations
Edge RequestsThe number of Edge RequestsCount, Count per Second, Percentages
DurationThe time spent serving a request, as measured by Vercel's CDNSum, Sum per Second, Min/Max, Percentages, Percentiles
Incoming Fast Data TransferThe incoming amount of Fast Data Transfer used by the request.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Outgoing Fast Data TransferThe outgoing amount of Fast Data Transfer used by the response.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Total Fast Data TransferThe total amount of Fast Data Transfer used by the response.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Function InvocationsThe number of Function invocationsCount, Count per Second, Percentages
Function DurationThe amount of Function duration, as measured in GB-hours.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Function CPU TimeThe amount of CPU time a Vercel Function has spent responding to requests, as measured in milliseconds.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Incoming Fast Origin TransferThe amount of Fast Origin Transfer used by the request.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Outgoing Fast Origin TransferThe amount of Fast Origin Transfer used by the response.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Provisioned MemoryThe amount of memory provisioned to a Vercel Function.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Peak MemoryThe maximum amount of memory used by Vercel Function at any point in time.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Requests BlockedAll requests blocked by either the system or user.Count, Count per Second, Percentages
ISR Read UnitsThe amount of Read Units used to access ISR dataSum, Sum per Second, Min/Max, Percentages, Percentiles
ISR Write UnitsThe amount of Write Units used to store new ISR dataSum, Sum per Second, Min/Max, Percentages, Percentiles
ISR Read/WriteThe amount of ISR operationsSum, Sum per Second, Min/Max, Percentages, Percentiles
Time to First ByteThe time between the request for a resource and when the first byte of a response begins to arrive.Sum, Sum per Second, Min/Max, Percentages, Percentiles
Function Wall TimeThe duration that a Vercel Function has runSum, Sum per Second, Min/Max, Percentages, Percentiles
Firewall ActionsThe incoming web traffic observed by firewall rules.Sum, Sum per Second, Unique, Percentages,
OptimizationsThe number of image transformationsSum, Sum per Second, Unique, Percentages,
Source SizeThe source size of image optimizationsSum, Sum per Second, Min/Max, Percentages, Percentiles
Optimized SizeThe optimized size of image optimizationsSum, Sum per Second, Min/Max, Percentages, Percentiles
Compression RatioThe compression ratio of image optimizationsSum, Sum per Second, Min/Max, Percentages, Percentiles
Size ChangeThe size change of image optimizationsSum, Sum per Second, Min/Max, Percentages, Percentiles

Metrics can be aggregated in the following ways:

AggregationDescription
CountThe number of requests that occurred
Count per SecondThe average rate of requests that occurred
SumThe sum of the field value across all requests
Sum per SecondThe sum of the field value as a rate per second
MinimumThe smallest observed field value
MaximumThe largest observed field value
Percentiles (75th, 90th, 95th, 99th)Percentiles for the field values. For example, 90% of requests will have a duration that is less than the 90th percentile of duration.
PercentagesEach group is reported as a percentage of the ungrouped whole. For example, if a query for request groups by hosts, one host may have 10% of the total request count. Anything excluded by the clause is not counted towards the ungrouped whole.

Aggregations are calculated within each point on the chart (hourly, daily, etc) and also across the entire query window.

The filter bar defines the conditions to filter your query data. It only fetches data that meets a specified condition based on several fields and operators:

OperatorDescription
, The operator that allows you to specify a single value
, The operator that allows you to specify multiple values. For example,
Filter data values that begin with some specific characters
Filter data values that end with specific characters
Numerical operators that allow numerical comparisons

The clause calculates statistics for each combination of field values. Each group is displayed as a separate color in the chart view, and has a separate row in the table view.

For example, grouping by and will display data broken down by each combination of and .

There are several fields available for use within the Filter and group by:

Field NameDescription
Group by the request's domains and subdomains
Group by the request's project
Group by the request's deployment ID
Group by the request's HTTP response code
The mapped path used by the request. For example, if you have a dynamic route like and a blog post is , the is
The path used by the request. For example, if you have a dynamic route like and a blog post is , the is
The cache status for the request
Group by the environment ( or )
Group by the HTTP request method (, , , etc.)
Group by the HTTP referrer URL
Group by the HTTP referrer domain
Group by the request's IP address
Group by the request's IP country
Group by the request's user agent
The autonomous system number (ASN) for the request. This is related to what network the request came from (either a home network or a cloud provider)
Group by the region the request was routed to
Group by the ISR cache region
Group by cache result
Group by the WAF action taken by the Vercel Firewall (, , , or )
Group by the firewall rule ID
When , the request would have been subject to version skew but was protected, otherwise .

Was this helpful?

supported.