|
@@ -80,8 +80,10 @@ public class NameNodeMetrics {
|
|
|
@Metric("Block report") MutableRate blockReport;
|
|
|
MutableQuantiles[] blockReportQuantiles;
|
|
|
|
|
|
- @Metric("Duration in SafeMode at startup") MutableGaugeInt safeModeTime;
|
|
|
- @Metric("Time loading FS Image at startup") MutableGaugeInt fsImageLoadTime;
|
|
|
+ @Metric("Duration in SafeMode at startup in msec")
|
|
|
+ MutableGaugeInt safeModeTime;
|
|
|
+ @Metric("Time loading FS Image at startup in msec")
|
|
|
+ MutableGaugeInt fsImageLoadTime;
|
|
|
|
|
|
NameNodeMetrics(String processName, String sessionId, int[] intervals) {
|
|
|
registry.tag(ProcessName, processName).tag(SessionId, sessionId);
|