mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Verify that the new scylla_transport_cql_request_latency_histogram metric correctly records transport-level request latencies per service level. Uses error injection to pause a request mid-flight and verifies that the histogram is not updated while the request is paused (since the response has not been written yet), and is updated after the request completes. Co-authored-by: Marcin Maliszkiewicz <marcinmal@scylladb.com>