[ 
https://issues.apache.org/jira/browse/HBASE-13785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14561750#comment-14561750
 ] 

Jean-Marc Spaggiari commented on HBASE-13785:
---------------------------------------------

So. Looked at that in deep with [~npopa] and here is what we found.

There is metrics for both size and latency, in different places, that's fine. 

However, we keep the size per gets on the region level and the latency per get 
on the server level. Therefor it's pretty difficult to match them. We should 
add the latency metrics at the region level too. It's possible to calculate the 
metrics for the server when you have them for the regions, but not the other 
way around.

So I'm closing this JIRA and we will open another one for the latency on 
regions.

> Provide metrics for average respons size
> ----------------------------------------
>
>                 Key: HBASE-13785
>                 URL: https://issues.apache.org/jira/browse/HBASE-13785
>             Project: HBase
>          Issue Type: Bug
>          Components: metrics
>    Affects Versions: 1.1.0
>            Reporter: Jean-Marc Spaggiari
>            Priority: Minor
>
> We already have metrics for average response time, will be nice to have 
> metrics for average response size. Time might vary a lot depending on the 
> size.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to