mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
" A fix for #4338 "storage_proxy add a counter for cql requests that arrived to a non replica" Such requests should be tracked since forwarding them to a correct replica can create a lot network noise and incur significant performance penalty. The current metrics are considered insufficient after introduction of heat-weighted load balancing. " Fixes #4388. * 'gh-4338' of https://github.com/kostja/scylla: metrics: introduce a metric for non-local reads metrics: account writes forwarded by a coordinator in an own metric.