[
https://issues.apache.org/jira/browse/HBASE-21414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670779#comment-16670779
]
Xu Cang commented on HBASE-21414:
---------------------------------
Nit:
{code:java}
storeFileSizeGrowthRate = (double)intervalStoreFileSize * 1000.0 /
(double)period;
{code}
Redundant (double) here. only need one of them.
> StoreFileSize growth rate metric
> --------------------------------
>
> Key: HBASE-21414
> URL: https://issues.apache.org/jira/browse/HBASE-21414
> Project: HBase
> Issue Type: Improvement
> Components: metrics, monitoring
> Reporter: Tommy Li
> Priority: Minor
> Attachments: HBASE-21414.master.001.patch
>
>
> A metric on the growth rate of storefile sizes would be nice to have as a way
> of monitoring traffic patterns. I know you can get the same insight from
> graphing the delta on the storeFileSize metric, but not all metrics
> visualization tools support that
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)