[
https://issues.apache.org/jira/browse/HBASE-20695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504025#comment-16504025
]
Xu Cang commented on HBASE-20695:
---------------------------------
Newly create metrics are something like this
}, { "name" : "Hadoop:service=HBase,name=RegionServer,sub=Replication",
"modelerType" : "RegionServer,sub=Replication", "tag.Context" : "regionserver",
"tag.Hostname" : "ip-10-1-207-149", "source.1.logEditsRead" : 4,
"source.1.logReadInBytes" : 1206, "source.MyTable.completedLogs" : 0,
"Source.MyTable.ageOfLastShippedOp_num_ops" : 1,
"Source.MyTable.ageOfLastShippedOp_min" : 170,
"Source.MyTable.ageOfLastShippedOp_max" : 170,
"Source.MyTable.ageOfLastShippedOp_mean" : 170,
"Source.MyTable.ageOfLastShippedOp_25th_percentile" : 170,
"Source.MyTable.ageOfLastShippedOp_median" : 170,
"Source.MyTable.ageOfLastShippedOp_75th_percentile" : 170,
"Source.MyTable.ageOfLastShippedOp_90th_percentile" : 170,
"Source.MyTable.ageOfLastShippedOp_95th_percentile" : 170,
"Source.MyTable.ageOfLastShippedOp_98th_percentile" : 170,
"Source.MyTable.ageOfLastShippedOp_99th_percentile" : 170,
"Source.MyTable.ageOfLastShippedOp_99.9th_percentile" : 170,
> Implement table level RegionServer replication metrics
> -------------------------------------------------------
>
> Key: HBASE-20695
> URL: https://issues.apache.org/jira/browse/HBASE-20695
> Project: HBase
> Issue Type: Improvement
> Components: metrics
> Reporter: Xu Cang
> Assignee: Xu Cang
> Priority: Minor
>
> Region server metrics now are mainly global metrics. It would be nice to have
> table level metrics such as table level source.AgeOfLastShippedOp to indicate
> operators which table's replication is lagging behind.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)