lib/fastly/models/realtime_entry_aggregated.rb in fastly-7.2.0 vs lib/fastly/models/realtime_entry_aggregated.rb in fastly-7.2.1
- old
+ new
@@ -387,20 +387,20 @@
attr_accessor :miss_resp_body_bytes
# Total body bytes delivered for cache passes.
attr_accessor :pass_resp_body_bytes
- # Total header bytes received by Compute@Edge.
+ # Total header bytes received by the Compute platform.
attr_accessor :compute_req_header_bytes
- # Total body bytes received by Compute@Edge.
+ # Total body bytes received by the Compute platform.
attr_accessor :compute_req_body_bytes
- # Total header bytes sent from Compute@Edge to end user.
+ # Total header bytes sent from Compute to end user.
attr_accessor :compute_resp_header_bytes
- # Total body bytes sent from Compute@Edge to end user.
+ # Total body bytes sent from Compute to end user.
attr_accessor :compute_resp_body_bytes
# Number of video responses that came from the Fastly Image Optimizer service.
attr_accessor :imgvideo
@@ -477,40 +477,40 @@
attr_accessor :segblock_origin_fetches
# Number of `Range` requests to a shield for segments of resources when using segmented caching.
attr_accessor :segblock_shield_fetches
- # Number of \"Informational\" category status codes delivered by Compute@Edge.
+ # Number of \"Informational\" category status codes delivered by the Compute platform.
attr_accessor :compute_resp_status_1xx
- # Number of \"Success\" category status codes delivered by Compute@Edge.
+ # Number of \"Success\" category status codes delivered by the Compute platform.
attr_accessor :compute_resp_status_2xx
- # Number of \"Redirection\" category status codes delivered by Compute@Edge.
+ # Number of \"Redirection\" category status codes delivered by the Compute platform.
attr_accessor :compute_resp_status_3xx
- # Number of \"Client Error\" category status codes delivered by Compute@Edge.
+ # Number of \"Client Error\" category status codes delivered by the Compute platform.
attr_accessor :compute_resp_status_4xx
- # Number of \"Server Error\" category status codes delivered by Compute@Edge.
+ # Number of \"Server Error\" category status codes delivered by the Compute platform.
attr_accessor :compute_resp_status_5xx
# Number of requests sent by end users to Fastly that resulted in a hit at the edge.
attr_accessor :edge_hit_requests
# Number of requests sent by end users to Fastly that resulted in a miss at the edge.
attr_accessor :edge_miss_requests
- # Total header bytes sent to backends (origins) by Compute@Edge.
+ # Total header bytes sent to backends (origins) by the Compute platform.
attr_accessor :compute_bereq_header_bytes
- # Total body bytes sent to backends (origins) by Compute@Edge.
+ # Total body bytes sent to backends (origins) by the Compute platform.
attr_accessor :compute_bereq_body_bytes
- # Total header bytes received from backends (origins) by Compute@Edge.
+ # Total header bytes received from backends (origins) by the Compute platform.
attr_accessor :compute_beresp_header_bytes
- # Total body bytes received from backends (origins) by Compute@Edge.
+ # Total body bytes received from backends (origins) by the Compute platform.
attr_accessor :compute_beresp_body_bytes
# The total number of completed requests made to backends (origins) that returned cacheable content.
attr_accessor :origin_cache_fetches