HDFS-5144. Document time unit to NameNodeMetrics. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1518895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89fb4d8ffd
commit
daa0713eb0
@ -120,6 +120,9 @@ Trunk (Unreleased)
|
|||||||
|
|
||||||
HDFS-4904. Remove JournalService. (Arpit Agarwal via cnauroth)
|
HDFS-4904. Remove JournalService. (Arpit Agarwal via cnauroth)
|
||||||
|
|
||||||
|
HDFS-5144. Document time unit to NameNodeMetrics. (Akira Ajisaka via
|
||||||
|
suresh)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -80,8 +80,10 @@ public class NameNodeMetrics {
|
|||||||
@Metric("Block report") MutableRate blockReport;
|
@Metric("Block report") MutableRate blockReport;
|
||||||
MutableQuantiles[] blockReportQuantiles;
|
MutableQuantiles[] blockReportQuantiles;
|
||||||
|
|
||||||
@Metric("Duration in SafeMode at startup") MutableGaugeInt safeModeTime;
|
@Metric("Duration in SafeMode at startup in msec")
|
||||||
@Metric("Time loading FS Image at startup") MutableGaugeInt fsImageLoadTime;
|
MutableGaugeInt safeModeTime;
|
||||||
|
@Metric("Time loading FS Image at startup in msec")
|
||||||
|
MutableGaugeInt fsImageLoadTime;
|
||||||
|
|
||||||
NameNodeMetrics(String processName, String sessionId, int[] intervals) {
|
NameNodeMetrics(String processName, String sessionId, int[] intervals) {
|
||||||
registry.tag(ProcessName, processName).tag(SessionId, sessionId);
|
registry.tag(ProcessName, processName).tag(SessionId, sessionId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user