docs/RealtimeMeasurements.md in fastly-5.1.1 vs docs/RealtimeMeasurements.md in fastly-5.2.0

- old
+ new

@@ -21,10 +21,11 @@ | **miss_histogram** | **Object** | A histogram. Each key represents the upper bound of a span of 10 milliseconds and the values represent the number of requests to origin during that 10ms period. Any origin request that takes more than 60 seconds to return will be in the 60000 bucket. | [optional] | | **compute_requests** | **Integer** | The total number of requests that were received for your service by Fastly. | [optional] | | **compute_execution_time_ms** | **Float** | The amount of active CPU time used to process your requests (in milliseconds). | [optional] | | **compute_ram_used** | **Integer** | The amount of RAM used for your service by Fastly (in bytes). | [optional] | | **compute_request_time_ms** | **Float** | The total, actual amount of time used to process your requests, including active CPU time (in milliseconds). | [optional] | +| **compute_request_time_billed_ms** | **Float** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional] | | **shield** | **Integer** | Number of requests from edge to the shield POP. | [optional] | | **ipv6** | **Integer** | Number of requests that were received over IPv6. | [optional] | | **imgopto** | **Integer** | Number of responses that came from the Fastly Image Optimizer service. If the service receives 10 requests for an image, this stat will be 10 regardless of how many times the image was transformed. | [optional] | | **imgopto_shield** | **Integer** | Number of responses that came from the Fastly Image Optimizer service via a shield. | [optional] | | **imgopto_transforms** | **Integer** | Number of transforms performed by the Fastly Image Optimizer service. | [optional] | @@ -200,13 +201,13 @@ | **websocket_beresp_body_bytes** | **Integer** | Total message content bytes received from backends over passthrough WebSocket connections. | [optional] | | **websocket_conn_time_ms** | **Integer** | Total duration of passthrough WebSocket connections with end users. | [optional] | | **websocket_resp_body_bytes** | **Integer** | Total message content bytes sent to end users over passthrough WebSocket connections. | [optional] | | **fanout_recv_publishes** | **Integer** | Total published messages received from the publish API endpoint. | [optional] | | **fanout_send_publishes** | **Integer** | Total published messages sent to end users. | [optional] | -| **object_store_class_a_operations** | **Integer** | The total number of class a operations for the object store. | [optional] | -| **object_store_class_b_operations** | **Integer** | The total number of class b operations for the object store. | [optional] | -| **object_store_read_requests** | **Integer** | Use object_store_class_b_operations. | [optional] | -| **object_store_write_requests** | **Integer** | Use object_store_class_a_operations. | [optional] | +| **kv_store_class_a_operations** | **Integer** | The total number of class a operations for the KV store. | [optional] | +| **kv_store_class_b_operations** | **Integer** | The total number of class b operations for the KV store. | [optional] | +| **object_store_class_a_operations** | **Integer** | Use kv_store_class_a_operations. | [optional] | +| **object_store_class_b_operations** | **Integer** | Use kv_store_class_b_operations. | [optional] | | **fanout_req_header_bytes** | **Integer** | Total header bytes received from end users over Fanout connections. | [optional] | | **fanout_req_body_bytes** | **Integer** | Total body or message content bytes received from end users over Fanout connections. | [optional] | | **fanout_resp_header_bytes** | **Integer** | Total header bytes sent to end users over Fanout connections. | [optional] | | **fanout_resp_body_bytes** | **Integer** | Total body or message content bytes sent to end users over Fanout connections, excluding published message content. | [optional] | | **fanout_bereq_header_bytes** | **Integer** | Total header bytes sent to backends over Fanout connections. | [optional] |