HBASE-5473 Metrics does not push pread time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1293532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e540751766
commit
5b61755b0f
|
@ -352,6 +352,7 @@ public class RegionServerMetrics implements Updater {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// push the result
|
// push the result
|
||||||
|
this.fsPreadLatency.pushMetric(this.metricsRecord);
|
||||||
this.fsReadLatency.pushMetric(this.metricsRecord);
|
this.fsReadLatency.pushMetric(this.metricsRecord);
|
||||||
this.fsWriteLatency.pushMetric(this.metricsRecord);
|
this.fsWriteLatency.pushMetric(this.metricsRecord);
|
||||||
this.fsWriteSize.pushMetric(this.metricsRecord);
|
this.fsWriteSize.pushMetric(this.metricsRecord);
|
||||||
|
|
Loading…
Reference in New Issue