public interface MetricsMasterSource extends BaseSource
Modifier and Type | Field and Description |
---|---|
static String |
AVERAGE_LOAD_DESC |
static String |
AVERAGE_LOAD_NAME |
static String |
CLUSTER_ID_DESC |
static String |
CLUSTER_ID_NAME |
static String |
CLUSTER_REQUESTS_NAME |
static String |
IS_ACTIVE_MASTER_DESC |
static String |
IS_ACTIVE_MASTER_NAME |
static String |
MASTER_ACTIVE_TIME_DESC |
static String |
MASTER_ACTIVE_TIME_NAME |
static String |
MASTER_START_TIME_DESC |
static String |
MASTER_START_TIME_NAME |
static String |
METRICS_CONTEXT
The context metrics will be under.
|
static String |
METRICS_DESCRIPTION
Description
|
static String |
METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under in jmx
|
static String |
METRICS_NAME
The name of the metrics
|
static String |
NUM_DEAD_REGION_SERVERS_NAME |
static String |
NUM_REGION_SERVERS_NAME |
static String |
NUMBER_OF_DEAD_REGION_SERVERS_DESC |
static String |
NUMBER_OF_REGION_SERVERS_DESC |
static String |
SERVER_NAME_DESC |
static String |
SERVER_NAME_NAME |
static String |
ZOOKEEPER_QUORUM_DESC |
static String |
ZOOKEEPER_QUORUM_NAME |
HBASE_METRICS_SYSTEM_NAME
Modifier and Type | Method and Description |
---|---|
void |
incRequests(int inc)
Increment the number of requests the cluster has seen.
|
decGauge, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantile
static final String METRICS_NAME
static final String METRICS_CONTEXT
static final String METRICS_JMX_CONTEXT
static final String METRICS_DESCRIPTION
static final String MASTER_ACTIVE_TIME_NAME
static final String MASTER_START_TIME_NAME
static final String AVERAGE_LOAD_NAME
static final String NUM_REGION_SERVERS_NAME
static final String NUM_DEAD_REGION_SERVERS_NAME
static final String ZOOKEEPER_QUORUM_NAME
static final String SERVER_NAME_NAME
static final String CLUSTER_ID_NAME
static final String IS_ACTIVE_MASTER_NAME
static final String CLUSTER_REQUESTS_NAME
static final String MASTER_ACTIVE_TIME_DESC
static final String MASTER_START_TIME_DESC
static final String AVERAGE_LOAD_DESC
static final String NUMBER_OF_REGION_SERVERS_DESC
static final String NUMBER_OF_DEAD_REGION_SERVERS_DESC
static final String ZOOKEEPER_QUORUM_DESC
static final String SERVER_NAME_DESC
static final String CLUSTER_ID_DESC
static final String IS_ACTIVE_MASTER_DESC
Copyright © 2013 The Apache Software Foundation. All rights reserved.