Class ExceptionMeterNames
java.lang.Object
org.apache.storm.daemon.logviewer.utils.ExceptionMeterNames
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerMeters
(StormMetricsRegistry registry) It may be helpful to register these meters up front, so they are output even if their values are zero.
-
Field Details
-
NUM_FILE_OPEN_EXCEPTIONS
- See Also:
-
NUM_FILE_READ_EXCEPTIONS
- See Also:
-
NUM_FILE_REMOVAL_EXCEPTIONS
- See Also:
-
NUM_FILE_DOWNLOAD_EXCEPTIONS
- See Also:
-
NUM_SET_PERMISSION_EXCEPTIONS
- See Also:
-
NUM_CLEANUP_EXCEPTIONS
- See Also:
-
NUM_READ_LOG_EXCEPTIONS
- See Also:
-
NUM_READ_DAEMON_LOG_EXCEPTIONS
- See Also:
-
NUM_LIST_LOG_EXCEPTIONS
- See Also:
-
NUM_LIST_DUMP_EXCEPTIONS
- See Also:
-
NUM_DOWNLOAD_DUMP_EXCEPTIONS
- See Also:
-
NUM_DOWNLOAD_LOG_EXCEPTIONS
- See Also:
-
NUM_DOWNLOAD_DAEMON_LOG_EXCEPTIONS
- See Also:
-
NUM_SEARCH_EXCEPTIONS
- See Also:
-
-
Constructor Details
-
ExceptionMeterNames
public ExceptionMeterNames()
-
-
Method Details
-
registerMeters
It may be helpful to register these meters up front, so they are output even if their values are zero.- Parameters:
registry
- The metrics registry.
-