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:
Michael Stack 2012-02-25 04:22:55 +00:00
parent e540751766
commit 5b61755b0f
1 changed files with 1 additions and 0 deletions

View File

@ -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);