You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2022/09/19 23:20:00 UTC

[jira] [Created] (HBASE-27378) Add query rate metric for filtered reads

Bryan Beaudreault created HBASE-27378:
-----------------------------------------

             Summary: Add query rate metric for filtered reads
                 Key: HBASE-27378
                 URL: https://issues.apache.org/jira/browse/HBASE-27378
             Project: HBase
          Issue Type: New Feature
            Reporter: Bryan Beaudreault


We have very useful metrics ServerReadQueryPerSecond and ServerWriteQueryPerSecond. The benefit of these over readRequestCount and writeRequestCount are that they are stable over the life of the regionserver. The readRequestCount and writeRequestCount can be heavily skewed when regions move around and the counters get decremented. We have filteredReadRequestCount which has the same issue. It'd be nice to have a stable rate for this metric, as I find that filtered reads are almost as costly as non-filtered.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)