mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 21:47:10 +00:00
It's hard to make sense of the metric transport.requests_blocked_memory because it shows a queue size. Specially in production setups scraping at every 15 seconds, that doesn't tell us much. We solve that in other layers that record blocking by providing both a requests_blocked_memory and requests_blocked_memory_current Fixes #3010 Signed-off-by: Glauber Costa <glauber@scylladb.com> Message-Id: <20171123033329.32596-1-glauber@scylladb.com>