docs/RealtimeEntryAggregated.md in fastly-7.2.0 vs docs/RealtimeEntryAggregated.md in fastly-7.2.1
- old
+ new
@@ -127,14 +127,14 @@
| **predeliver_sub_time** | **Float** | Time spent inside the `vcl_predeliver` Varnish subroutine (in nanoseconds). | [optional] |
| **predeliver_sub_count** | **Integer** | Number of executions of the `vcl_predeliver` Varnish subroutine. | [optional] |
| **hit_resp_body_bytes** | **Integer** | Total body bytes delivered for cache hits. | [optional] |
| **miss_resp_body_bytes** | **Integer** | Total body bytes delivered for cache misses. | [optional] |
| **pass_resp_body_bytes** | **Integer** | Total body bytes delivered for cache passes. | [optional] |
-| **compute_req_header_bytes** | **Integer** | Total header bytes received by Compute@Edge. | [optional] |
-| **compute_req_body_bytes** | **Integer** | Total body bytes received by Compute@Edge. | [optional] |
-| **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute@Edge to end user. | [optional] |
-| **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute@Edge to end user. | [optional] |
+| **compute_req_header_bytes** | **Integer** | Total header bytes received by the Compute platform. | [optional] |
+| **compute_req_body_bytes** | **Integer** | Total body bytes received by the Compute platform. | [optional] |
+| **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute to end user. | [optional] |
+| **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute to end user. | [optional] |
| **imgvideo** | **Integer** | Number of video responses that came from the Fastly Image Optimizer service. | [optional] |
| **imgvideo_frames** | **Integer** | Number of video frames that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. | [optional] |
| **imgvideo_resp_header_bytes** | **Integer** | Total header bytes of video delivered from the Fastly Image Optimizer service. | [optional] |
| **imgvideo_resp_body_bytes** | **Integer** | Total body bytes of video delivered from the Fastly Image Optimizer service. | [optional] |
| **imgvideo_shield** | **Integer** | Number of video responses delivered via a shield that came from the Fastly Image Optimizer service. | [optional] |
@@ -157,20 +157,20 @@
| **shield_fetch_body_bytes** | **Integer** | Total request body bytes sent to a shield. | [optional] |
| **shield_fetch_resp_header_bytes** | **Integer** | Total response header bytes sent from a shield to the edge. | [optional] |
| **shield_fetch_resp_body_bytes** | **Integer** | Total response body bytes sent from a shield to the edge. | [optional] |
| **segblock_origin_fetches** | **Integer** | Number of `Range` requests to origin for segments of resources when using segmented caching. | [optional] |
| **segblock_shield_fetches** | **Integer** | Number of `Range` requests to a shield for segments of resources when using segmented caching. | [optional] |
-| **compute_resp_status_1xx** | **Integer** | Number of \"Informational\" category status codes delivered by Compute@Edge. | [optional] |
-| **compute_resp_status_2xx** | **Integer** | Number of \"Success\" category status codes delivered by Compute@Edge. | [optional] |
-| **compute_resp_status_3xx** | **Integer** | Number of \"Redirection\" category status codes delivered by Compute@Edge. | [optional] |
-| **compute_resp_status_4xx** | **Integer** | Number of \"Client Error\" category status codes delivered by Compute@Edge. | [optional] |
-| **compute_resp_status_5xx** | **Integer** | Number of \"Server Error\" category status codes delivered by Compute@Edge. | [optional] |
+| **compute_resp_status_1xx** | **Integer** | Number of \"Informational\" category status codes delivered by the Compute platform. | [optional] |
+| **compute_resp_status_2xx** | **Integer** | Number of \"Success\" category status codes delivered by the Compute platform. | [optional] |
+| **compute_resp_status_3xx** | **Integer** | Number of \"Redirection\" category status codes delivered by the Compute platform. | [optional] |
+| **compute_resp_status_4xx** | **Integer** | Number of \"Client Error\" category status codes delivered by the Compute platform. | [optional] |
+| **compute_resp_status_5xx** | **Integer** | Number of \"Server Error\" category status codes delivered by the Compute platform. | [optional] |
| **edge_hit_requests** | **Integer** | Number of requests sent by end users to Fastly that resulted in a hit at the edge. | [optional] |
| **edge_miss_requests** | **Integer** | Number of requests sent by end users to Fastly that resulted in a miss at the edge. | [optional] |
-| **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional] |
-| **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional] |
-| **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by Compute@Edge. | [optional] |
-| **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by Compute@Edge. | [optional] |
+| **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] |
+| **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] |
+| **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by the Compute platform. | [optional] |
+| **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by the Compute platform. | [optional] |
| **origin_cache_fetches** | **Integer** | The total number of completed requests made to backends (origins) that returned cacheable content. | [optional] |
| **shield_cache_fetches** | **Integer** | The total number of completed requests made to shields that returned cacheable content. | [optional] |
| **compute_bereqs** | **Integer** | Number of backend requests started. | [optional] |
| **compute_bereq_errors** | **Integer** | Number of backend request errors, including timeouts. | [optional] |
| **compute_resource_limit_exceeded** | **Integer** | Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. | [optional] |