[
https://issues.apache.org/jira/browse/HBASE-13785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14561199#comment-14561199
]
Jean-Marc Spaggiari commented on HBASE-13785:
---------------------------------------------
Is that not the time?
{code}
if (regionServer.metricsRegionServer != null) {
regionServer.metricsRegionServer.updateGet(
EnvironmentEdgeManager.currentTime() - before);
{code}
sound like updateGet received the time it took. What I'm looking for is the
average size of the response.
> 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)