public class ExceptionMeterNames extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NUM_CLEANUP_EXCEPTIONS |
static String |
NUM_DOWNLOAD_DAEMON_LOG_EXCEPTIONS |
static String |
NUM_DOWNLOAD_DUMP_EXCEPTIONS |
static String |
NUM_DOWNLOAD_LOG_EXCEPTIONS |
static String |
NUM_FILE_DOWNLOAD_EXCEPTIONS |
static String |
NUM_FILE_OPEN_EXCEPTIONS |
static String |
NUM_FILE_READ_EXCEPTIONS |
static String |
NUM_FILE_REMOVAL_EXCEPTIONS |
static String |
NUM_LIST_DUMP_EXCEPTIONS |
static String |
NUM_LIST_LOG_EXCEPTIONS |
static String |
NUM_READ_DAEMON_LOG_EXCEPTIONS |
static String |
NUM_READ_LOG_EXCEPTIONS |
static String |
NUM_SEARCH_EXCEPTIONS |
static String |
NUM_SET_PERMISSION_EXCEPTIONS |
Constructor and Description |
---|
ExceptionMeterNames() |
Modifier and Type | Method and Description |
---|---|
static void |
registerMeters(StormMetricsRegistry registry)
It may be helpful to register these meters up front, so they are output even if their values are zero.
|
public static final String NUM_FILE_OPEN_EXCEPTIONS
public static final String NUM_FILE_READ_EXCEPTIONS
public static final String NUM_FILE_REMOVAL_EXCEPTIONS
public static final String NUM_FILE_DOWNLOAD_EXCEPTIONS
public static final String NUM_SET_PERMISSION_EXCEPTIONS
public static final String NUM_CLEANUP_EXCEPTIONS
public static final String NUM_READ_LOG_EXCEPTIONS
public static final String NUM_READ_DAEMON_LOG_EXCEPTIONS
public static final String NUM_LIST_LOG_EXCEPTIONS
public static final String NUM_LIST_DUMP_EXCEPTIONS
public static final String NUM_DOWNLOAD_DUMP_EXCEPTIONS
public static final String NUM_DOWNLOAD_LOG_EXCEPTIONS
public static final String NUM_DOWNLOAD_DAEMON_LOG_EXCEPTIONS
public static final String NUM_SEARCH_EXCEPTIONS
public static void registerMeters(StormMetricsRegistry registry)
It may be helpful to register these meters up front, so they are output even if their values are zero.
registry
- The metrics registry.Copyright © 2022 The Apache Software Foundation. All rights reserved.