You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/01/29 18:58:00 UTC

[jira] [Created] (HBASE-21805) Extend per table metrics with some RPC layer measures

Andrew Purtell created HBASE-21805:
--------------------------------------

             Summary: Extend per table metrics with some RPC layer measures
                 Key: HBASE-21805
                 URL: https://issues.apache.org/jira/browse/HBASE-21805
             Project: HBase
          Issue Type: Improvement
          Components: metrics, rpc
            Reporter: Andrew Purtell


RPC metrics are whole server in scope. We should extend the per-table metrics to also track a subset of RPC metrics on a per table basis. This would give better insight into the subjective experience of each use case. 

Consider TotalCallTime, ProcessCallTime, QueueCallTime. Table metrics already track request counts and server side processing latencies, just not queueing effects at the RPC layer.

Ideally we avoid introducing another configuration option but this could be made optional, if overheads are significant (measure them)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)