Interface MetricsRegionServerSource
- All Superinterfaces:
BaseSource
,JvmPauseMonitorSource
- All Known Implementing Classes:
MetricsRegionServerSourceImpl
Interface for classes that expose metrics about the regionserver.
-
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
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
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
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
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
static final String
static final String
static final String
static final String
static final String
Metrics forByteBuffAllocator
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
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
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
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
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
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
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
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
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
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
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
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The name of the metrics context that metrics will be under.static final String
Descriptionstatic final String
The name of the metrics context that metrics will be under in jmxstatic final String
The name of the metricsstatic 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
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
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
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
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
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
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
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
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
Fields inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
HBASE_METRICS_SYSTEM_NAME
Fields inherited from interface org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource
INFO_THRESHOLD_COUNT_DESC, INFO_THRESHOLD_COUNT_KEY, PAUSE_TIME_WITH_GC_DESC, PAUSE_TIME_WITH_GC_KEY, PAUSE_TIME_WITHOUT_GC_DESC, PAUSE_TIME_WITHOUT_GC_KEY, WARN_THRESHOLD_COUNT_DESC, WARN_THRESHOLD_COUNT_KEY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Increment the number of slow Appends that have happened.void
Increment the number of slow Deletes that have happened.void
Increment the number of slow Gets that have happened.void
Increment the number of slow Increments that have happened.void
Increment the number of slow Puts that have happened.void
Increment number of a requested splitsvoid
Increment number of successful splitsvoid
updateAppend
(long time, long blockBytesScanned) Update the Append time histogram.void
updateCheckAndDelete
(long t) Update checkAndDelete histogramvoid
updateCheckAndMutate
(long time, long blockBytesScanned) Update checkAndMutate histogramvoid
updateCheckAndPut
(long t) Update checkAndPut histogramvoid
updateCompactionInputFileCount
(boolean isMajor, long c) Update the compaction input number of files histogramvoid
updateCompactionInputSize
(boolean isMajor, long bytes) Update the compaction total input file size histogramvoid
updateCompactionOutputFileCount
(boolean isMajor, long c) Update the compaction output number of files histogramvoid
updateCompactionOutputSize
(boolean isMajor, long bytes) Update the compaction total output file sizevoid
updateCompactionTime
(boolean isMajor, long t) Update the compaction time histogram, both major and minorvoid
updateDelete
(long t) Update the Delete time histogramvoid
updateDeleteBatch
(long t) Update the Delete time histogram if a batch contains a delete opvoid
updateFlushMemStoreSize
(long bytes) Update the flush memstore size histogramvoid
updateFlushOutputSize
(long bytes) Update the flush output file size histogramvoid
updateFlushTime
(long t) Update the flush time histogramvoid
updateGet
(long time, long blockBytesScanned) Update the Get time histogram .void
updateIncrement
(long time, long blockBytesScanned) Update the Increment time histogram.void
updatePut
(long t) Update the Put time histogramvoid
updatePutBatch
(long t) Update the PutBatch time histogram if a batch contains a Put opvoid
updateReplay
(long t) Update the Replay time histogram.void
updateScan
(long time, long responseCellSize, long blockBytesScanned) Update the scan metrics.void
updateSplitTime
(long t) Update the split transaction time histogramMethods inherited from interface org.apache.hadoop.hbase.metrics.BaseSource
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
Methods inherited from interface org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource
incInfoThresholdExceeded, incWarnThresholdExceeded, updatePauseTimeWithGc, updatePauseTimeWithoutGc
-
Field Details
-
METRICS_NAME
The name of the metrics- See Also:
-
METRICS_CONTEXT
The name of the metrics context that metrics will be under.- See Also:
-
METRICS_DESCRIPTION
Description- See Also:
-
METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under in jmx- See Also:
-
REGION_COUNT
- See Also:
-
REGION_COUNT_DESC
- See Also:
-
STORE_COUNT
- See Also:
-
STORE_COUNT_DESC
- See Also:
-
WALFILE_COUNT
- See Also:
-
WALFILE_COUNT_DESC
- See Also:
-
WALFILE_SIZE
- See Also:
-
WALFILE_SIZE_DESC
- See Also:
-
STOREFILE_COUNT
- See Also:
-
STOREFILE_COUNT_DESC
- See Also:
-
STORE_REF_COUNT
- See Also:
-
STORE_REF_COUNT_DESC
- See Also:
-
MAX_COMPACTED_STORE_FILE_REF_COUNT
- See Also:
-
MEMSTORE_SIZE
- See Also:
-
MEMSTORE_SIZE_DESC
- See Also:
-
MEMSTORE_HEAP_SIZE
- See Also:
-
MEMSTORE_HEAP_SIZE_DESC
- See Also:
-
MEMSTORE_OFFHEAP_SIZE
- See Also:
-
MEMSTORE_OFFHEAP_SIZE_DESC
- See Also:
-
STOREFILE_SIZE
- See Also:
-
STOREFILE_SIZE_GROWTH_RATE
- See Also:
-
MAX_STORE_FILE_AGE
- See Also:
-
MIN_STORE_FILE_AGE
- See Also:
-
AVG_STORE_FILE_AGE
- See Also:
-
NUM_REFERENCE_FILES
- See Also:
-
MAX_STORE_FILE_AGE_DESC
- See Also:
-
MIN_STORE_FILE_AGE_DESC
- See Also:
-
AVG_STORE_FILE_AGE_DESC
- See Also:
-
NUM_REFERENCE_FILES_DESC
- See Also:
-
STOREFILE_SIZE_DESC
- See Also:
-
STOREFILE_SIZE_GROWTH_RATE_DESC
- See Also:
-
TOTAL_REQUEST_COUNT
- See Also:
-
TOTAL_REQUEST_COUNT_DESC
- See Also:
-
TOTAL_ROW_ACTION_REQUEST_COUNT
- See Also:
-
TOTAL_ROW_ACTION_REQUEST_COUNT_DESC
- See Also:
-
READ_REQUEST_COUNT
- See Also:
-
FILTERED_READ_REQUEST_COUNT
- See Also:
-
FILTERED_READ_REQUEST_COUNT_DESC
- See Also:
-
READ_REQUEST_COUNT_DESC
- See Also:
-
READ_REQUEST_RATE_PER_SECOND
- See Also:
-
READ_REQUEST_RATE_DESC
- See Also:
-
CP_REQUEST_COUNT
- See Also:
-
CP_REQUEST_COUNT_DESC
- See Also:
-
WRITE_REQUEST_COUNT
- See Also:
-
WRITE_REQUEST_COUNT_DESC
- See Also:
-
WRITE_REQUEST_RATE_PER_SECOND
- See Also:
-
WRITE_REQUEST_RATE_DESC
- See Also:
-
CHECK_MUTATE_FAILED_COUNT
- See Also:
-
CHECK_MUTATE_FAILED_COUNT_DESC
- See Also:
-
CHECK_MUTATE_PASSED_COUNT
- See Also:
-
CHECK_MUTATE_PASSED_COUNT_DESC
- See Also:
-
STOREFILE_INDEX_SIZE
- See Also:
-
STOREFILE_INDEX_SIZE_DESC
- See Also:
-
STATIC_INDEX_SIZE
- See Also:
-
STATIC_INDEX_SIZE_DESC
- See Also:
-
STATIC_BLOOM_SIZE
- See Also:
-
STATIC_BLOOM_SIZE_DESC
- See Also:
-
BLOOM_FILTER_REQUESTS_COUNT
- See Also:
-
BLOOM_FILTER_REQUESTS_COUNT_DESC
- See Also:
-
BLOOM_FILTER_NEGATIVE_RESULTS_COUNT
- See Also:
-
BLOOM_FILTER_NEGATIVE_RESULTS_COUNT_DESC
- See Also:
-
BLOOM_FILTER_ELIGIBLE_REQUESTS_COUNT
- See Also:
-
BLOOM_FILTER_ELIGIBLE_REQUESTS_COUNT_DESC
- See Also:
-
NUMBER_OF_MUTATIONS_WITHOUT_WAL
- See Also:
-
NUMBER_OF_MUTATIONS_WITHOUT_WAL_DESC
- See Also:
-
DATA_SIZE_WITHOUT_WAL
- See Also:
-
DATA_SIZE_WITHOUT_WAL_DESC
- See Also:
-
PERCENT_FILES_LOCAL
- See Also:
-
PERCENT_FILES_LOCAL_DESC
- See Also:
-
PERCENT_FILES_LOCAL_SECONDARY_REGIONS
- See Also:
-
PERCENT_FILES_LOCAL_SECONDARY_REGIONS_DESC
- See Also:
-
SPLIT_QUEUE_LENGTH
- See Also:
-
SPLIT_QUEUE_LENGTH_DESC
- See Also:
-
COMPACTION_QUEUE_LENGTH
- See Also:
-
LARGE_COMPACTION_QUEUE_LENGTH
- See Also:
-
SMALL_COMPACTION_QUEUE_LENGTH
- See Also:
-
COMPACTION_QUEUE_LENGTH_DESC
- See Also:
-
LARGE_COMPACTION_QUEUE_LENGTH_DESC
- See Also:
-
SMALL_COMPACTION_QUEUE_LENGTH_DESC
- See Also:
-
FLUSH_QUEUE_LENGTH
- See Also:
-
FLUSH_QUEUE_LENGTH_DESC
- See Also:
-
BLOCK_CACHE_FREE_SIZE
- See Also:
-
BLOCK_CACHE_FREE_DESC
- See Also:
-
BLOCK_CACHE_COUNT
- See Also:
-
BLOCK_CACHE_COUNT_DESC
- See Also:
-
BLOCK_CACHE_DATA_BLOCK_COUNT
- See Also:
-
BLOCK_CACHE_DATA_BLOCK_COUNT_DESC
- See Also:
-
BLOCK_CACHE_SIZE
- See Also:
-
BLOCK_CACHE_SIZE_DESC
- See Also:
-
BLOCK_CACHE_HIT_COUNT
- See Also:
-
BLOCK_CACHE_HIT_COUNT_DESC
- See Also:
-
BLOCK_CACHE_PRIMARY_HIT_COUNT
- See Also:
-
BLOCK_CACHE_PRIMARY_HIT_COUNT_DESC
- See Also:
-
BLOCK_CACHE_HIT_CACHING_COUNT
- See Also:
-
BLOCK_CACHE_HIT_CACHING_COUNT_DESC
- See Also:
-
BLOCK_CACHE_MISS_COUNT
- See Also:
-
BLOCK_COUNT_MISS_COUNT_DESC
- See Also:
-
BLOCK_CACHE_PRIMARY_MISS_COUNT
- See Also:
-
BLOCK_COUNT_PRIMARY_MISS_COUNT_DESC
- See Also:
-
BLOCK_CACHE_MISS_CACHING_COUNT
- See Also:
-
BLOCK_COUNT_MISS_CACHING_COUNT_DESC
- See Also:
-
BLOCK_CACHE_EVICTION_COUNT
- See Also:
-
BLOCK_CACHE_EVICTION_COUNT_DESC
- See Also:
-
BLOCK_CACHE_PRIMARY_EVICTION_COUNT
- See Also:
-
BLOCK_CACHE_PRIMARY_EVICTION_COUNT_DESC
- See Also:
-
BLOCK_CACHE_HIT_PERCENT
- See Also:
-
BLOCK_CACHE_HIT_PERCENT_DESC
- See Also:
-
BLOCK_CACHE_EXPRESS_HIT_PERCENT
- See Also:
-
BLOCK_CACHE_EXPRESS_HIT_PERCENT_DESC
- See Also:
-
BLOCK_CACHE_FAILED_INSERTION_COUNT
- See Also:
-
BLOCK_CACHE_FAILED_INSERTION_COUNT_DESC
- See Also:
-
BLOCK_CACHE_DATA_MISS_COUNT
- See Also:
-
BLOCK_CACHE_ENCODED_DATA_MISS_COUNT
- See Also:
-
BLOCK_CACHE_LEAF_INDEX_MISS_COUNT
- See Also:
-
BLOCK_CACHE_BLOOM_CHUNK_MISS_COUNT
- See Also:
-
BLOCK_CACHE_META_MISS_COUNT
- See Also:
-
BLOCK_CACHE_ROOT_INDEX_MISS_COUNT
- See Also:
-
BLOCK_CACHE_INTERMEDIATE_INDEX_MISS_COUNT
- See Also:
-
BLOCK_CACHE_FILE_INFO_MISS_COUNT
- See Also:
-
BLOCK_CACHE_GENERAL_BLOOM_META_MISS_COUNT
- See Also:
-
BLOCK_CACHE_DELETE_FAMILY_BLOOM_MISS_COUNT
- See Also:
-
BLOCK_CACHE_TRAILER_MISS_COUNT
- See Also:
-
BLOCK_CACHE_DATA_HIT_COUNT
- See Also:
-
BLOCK_CACHE_ENCODED_DATA_HIT_COUNT
- See Also:
-
BLOCK_CACHE_LEAF_INDEX_HIT_COUNT
- See Also:
-
BLOCK_CACHE_BLOOM_CHUNK_HIT_COUNT
- See Also:
-
BLOCK_CACHE_META_HIT_COUNT
- See Also:
-
BLOCK_CACHE_ROOT_INDEX_HIT_COUNT
- See Also:
-
BLOCK_CACHE_INTERMEDIATE_INDEX_HIT_COUNT
- See Also:
-
BLOCK_CACHE_FILE_INFO_HIT_COUNT
- See Also:
-
BLOCK_CACHE_GENERAL_BLOOM_META_HIT_COUNT
- See Also:
-
BLOCK_CACHE_DELETE_FAMILY_BLOOM_HIT_COUNT
- See Also:
-
BLOCK_CACHE_TRAILER_HIT_COUNT
- See Also:
-
L1_CACHE_FREE_SIZE
- See Also:
-
L1_CACHE_FREE_SIZE_DESC
- See Also:
-
L1_CACHE_SIZE
- See Also:
-
L1_CACHE_SIZE_DESC
- See Also:
-
L1_CACHE_COUNT
- See Also:
-
L1_CACHE_COUNT_DESC
- See Also:
-
L1_CACHE_EVICTION_COUNT
- See Also:
-
L1_CACHE_EVICTION_COUNT_DESC
- See Also:
-
L1_CACHE_HIT_COUNT
- See Also:
-
L1_CACHE_HIT_COUNT_DESC
- See Also:
-
L1_CACHE_MISS_COUNT
- See Also:
-
L1_CACHE_MISS_COUNT_DESC
- See Also:
-
L1_CACHE_HIT_RATIO
- See Also:
-
L1_CACHE_HIT_RATIO_DESC
- See Also:
-
L1_CACHE_MISS_RATIO
- See Also:
-
L1_CACHE_MISS_RATIO_DESC
- See Also:
-
L2_CACHE_FREE_SIZE
- See Also:
-
L2_CACHE_FREE_SIZE_DESC
- See Also:
-
L2_CACHE_SIZE
- See Also:
-
L2_CACHE_SIZE_DESC
- See Also:
-
L2_CACHE_COUNT
- See Also:
-
L2_CACHE_COUNT_DESC
- See Also:
-
L2_CACHE_EVICTION_COUNT
- See Also:
-
L2_CACHE_EVICTION_COUNT_DESC
- See Also:
-
L2_CACHE_HIT_COUNT
- See Also:
-
L2_CACHE_HIT_COUNT_DESC
- See Also:
-
L2_CACHE_MISS_COUNT
- See Also:
-
L2_CACHE_MISS_COUNT_DESC
- See Also:
-
L2_CACHE_HIT_RATIO
- See Also:
-
L2_CACHE_HIT_RATIO_DESC
- See Also:
-
L2_CACHE_MISS_RATIO
- See Also:
-
L2_CACHE_MISS_RATIO_DESC
- See Also:
-
RS_START_TIME_NAME
- See Also:
-
ZOOKEEPER_QUORUM_NAME
- See Also:
-
SERVER_NAME_NAME
- See Also:
-
CLUSTER_ID_NAME
- See Also:
-
RS_START_TIME_DESC
- See Also:
-
ZOOKEEPER_QUORUM_DESC
- See Also:
-
SERVER_NAME_DESC
- See Also:
-
CLUSTER_ID_DESC
- See Also:
-
UPDATES_BLOCKED_TIME
- See Also:
-
UPDATES_BLOCKED_DESC
- See Also:
-
DELETE_KEY
- See Also:
-
CHECK_AND_DELETE_KEY
- See Also:
-
CHECK_AND_PUT_KEY
- See Also:
-
CHECK_AND_MUTATE_KEY
- See Also:
-
DELETE_BATCH_KEY
- See Also:
-
GET_SIZE_KEY
- See Also:
-
GET_KEY
- See Also:
-
INCREMENT_KEY
- See Also:
-
PUT_KEY
- See Also:
-
PUT_BATCH_KEY
- See Also:
-
APPEND_KEY
- See Also:
-
REPLAY_KEY
- See Also:
-
SCAN_KEY
- See Also:
-
SCAN_SIZE_KEY
- See Also:
-
SCAN_TIME_KEY
- See Also:
-
BLOCK_BYTES_SCANNED_KEY
- See Also:
-
BLOCK_BYTES_SCANNED_DESC
- See Also:
-
GET_BLOCK_BYTES_SCANNED_KEY
- See Also:
-
SCAN_BLOCK_BYTES_SCANNED_KEY
- See Also:
-
CHECK_AND_MUTATE_BLOCK_BYTES_SCANNED_KEY
- See Also:
-
INCREMENT_BLOCK_BYTES_SCANNED_KEY
- See Also:
-
APPEND_BLOCK_BYTES_SCANNED_KEY
- See Also:
-
SLOW_PUT_KEY
- See Also:
-
SLOW_GET_KEY
- See Also:
-
SLOW_DELETE_KEY
- See Also:
-
SLOW_INCREMENT_KEY
- See Also:
-
SLOW_APPEND_KEY
- See Also:
-
SLOW_PUT_DESC
- See Also:
-
SLOW_DELETE_DESC
- See Also:
-
SLOW_GET_DESC
- See Also:
-
SLOW_INCREMENT_DESC
- See Also:
-
SLOW_APPEND_DESC
- See Also:
-
FLUSHED_CELLS
- See Also:
-
FLUSHED_CELLS_DESC
- See Also:
-
FLUSHED_CELLS_SIZE
- See Also:
-
FLUSHED_CELLS_SIZE_DESC
- See Also:
-
COMPACTED_CELLS
- See Also:
-
COMPACTED_CELLS_DESC
- See Also:
-
COMPACTED_CELLS_SIZE
- See Also:
-
COMPACTED_CELLS_SIZE_DESC
- See Also:
-
MAJOR_COMPACTED_CELLS
- See Also:
-
MAJOR_COMPACTED_CELLS_DESC
- See Also:
-
MAJOR_COMPACTED_CELLS_SIZE
- See Also:
-
MAJOR_COMPACTED_CELLS_SIZE_DESC
- See Also:
-
CELLS_COUNT_COMPACTED_TO_MOB
- See Also:
-
CELLS_COUNT_COMPACTED_TO_MOB_DESC
- See Also:
-
CELLS_COUNT_COMPACTED_FROM_MOB
- See Also:
-
CELLS_COUNT_COMPACTED_FROM_MOB_DESC
- See Also:
-
CELLS_SIZE_COMPACTED_TO_MOB
- See Also:
-
CELLS_SIZE_COMPACTED_TO_MOB_DESC
- See Also:
-
CELLS_SIZE_COMPACTED_FROM_MOB
- See Also:
-
CELLS_SIZE_COMPACTED_FROM_MOB_DESC
- See Also:
-
MOB_FLUSH_COUNT
- See Also:
-
MOB_FLUSH_COUNT_DESC
- See Also:
-
MOB_FLUSHED_CELLS_COUNT
- See Also:
-
MOB_FLUSHED_CELLS_COUNT_DESC
- See Also:
-
MOB_FLUSHED_CELLS_SIZE
- See Also:
-
MOB_FLUSHED_CELLS_SIZE_DESC
- See Also:
-
MOB_SCAN_CELLS_COUNT
- See Also:
-
MOB_SCAN_CELLS_COUNT_DESC
- See Also:
-
MOB_SCAN_CELLS_SIZE
- See Also:
-
MOB_SCAN_CELLS_SIZE_DESC
- See Also:
-
MOB_FILE_CACHE_ACCESS_COUNT
- See Also:
-
MOB_FILE_CACHE_ACCESS_COUNT_DESC
- See Also:
-
MOB_FILE_CACHE_MISS_COUNT
- See Also:
-
MOB_FILE_CACHE_MISS_COUNT_DESC
- See Also:
-
MOB_FILE_CACHE_HIT_PERCENT
- See Also:
-
MOB_FILE_CACHE_HIT_PERCENT_DESC
- See Also:
-
MOB_FILE_CACHE_EVICTED_COUNT
- See Also:
-
MOB_FILE_CACHE_EVICTED_COUNT_DESC
- See Also:
-
MOB_FILE_CACHE_COUNT
- See Also:
-
MOB_FILE_CACHE_COUNT_DESC
- See Also:
-
HEDGED_READS
- See Also:
-
HEDGED_READS_DESC
- See Also:
-
HEDGED_READ_WINS
- See Also:
-
HEDGED_READ_WINS_DESC
- See Also:
-
HEDGED_READ_IN_CUR_THREAD
- See Also:
-
HEDGED_READ_IN_CUR_THREAD_DESC
- See Also:
-
TOTAL_BYTES_READ
- See Also:
-
TOTAL_BYTES_READ_DESC
- See Also:
-
LOCAL_BYTES_READ
- See Also:
-
LOCAL_BYTES_READ_DESC
- See Also:
-
SHORTCIRCUIT_BYTES_READ
- See Also:
-
SHORTCIRCUIT_BYTES_READ_DESC
- See Also:
-
ZEROCOPY_BYTES_READ
- See Also:
-
ZEROCOPY_BYTES_READ_DESC
- See Also:
-
BLOCKED_REQUESTS_COUNT
- See Also:
-
BLOCKED_REQUESTS_COUNT_DESC
- See Also:
-
SPLIT_KEY
- See Also:
-
SPLIT_REQUEST_KEY
- See Also:
-
SPLIT_REQUEST_DESC
- See Also:
-
SPLIT_SUCCESS_KEY
- See Also:
-
SPLIT_SUCCESS_DESC
- See Also:
-
FLUSH_TIME
- See Also:
-
FLUSH_TIME_DESC
- See Also:
-
FLUSH_MEMSTORE_SIZE
- See Also:
-
FLUSH_MEMSTORE_SIZE_DESC
- See Also:
-
FLUSH_OUTPUT_SIZE
- See Also:
-
FLUSH_OUTPUT_SIZE_DESC
- See Also:
-
FLUSHED_OUTPUT_BYTES
- See Also:
-
FLUSHED_OUTPUT_BYTES_DESC
- See Also:
-
FLUSHED_MEMSTORE_BYTES
- See Also:
-
FLUSHED_MEMSTORE_BYTES_DESC
- See Also:
-
COMPACTION_TIME
- See Also:
-
COMPACTION_TIME_DESC
- See Also:
-
COMPACTION_INPUT_FILE_COUNT
- See Also:
-
COMPACTION_INPUT_FILE_COUNT_DESC
- See Also:
-
COMPACTION_INPUT_SIZE
- See Also:
-
COMPACTION_INPUT_SIZE_DESC
- See Also:
-
COMPACTION_OUTPUT_FILE_COUNT
- See Also:
-
COMPACTION_OUTPUT_FILE_COUNT_DESC
- See Also:
-
COMPACTION_OUTPUT_SIZE
- See Also:
-
COMPACTION_OUTPUT_SIZE_DESC
- See Also:
-
COMPACTED_INPUT_BYTES
- See Also:
-
COMPACTED_INPUT_BYTES_DESC
- See Also:
-
COMPACTED_OUTPUT_BYTES
- See Also:
-
COMPACTED_OUTPUT_BYTES_DESC
- See Also:
-
MAJOR_COMPACTION_TIME
- See Also:
-
MAJOR_COMPACTION_TIME_DESC
- See Also:
-
MAJOR_COMPACTION_INPUT_FILE_COUNT
- See Also:
-
MAJOR_COMPACTION_INPUT_FILE_COUNT_DESC
- See Also:
-
MAJOR_COMPACTION_INPUT_SIZE
- See Also:
-
MAJOR_COMPACTION_INPUT_SIZE_DESC
- See Also:
-
MAJOR_COMPACTION_OUTPUT_FILE_COUNT
- See Also:
-
MAJOR_COMPACTION_OUTPUT_FILE_COUNT_DESC
- See Also:
-
MAJOR_COMPACTION_OUTPUT_SIZE
- See Also:
-
MAJOR_COMPACTION_OUTPUT_SIZE_DESC
- See Also:
-
MAJOR_COMPACTED_INPUT_BYTES
- See Also:
-
MAJOR_COMPACTED_INPUT_BYTES_DESC
- See Also:
-
MAJOR_COMPACTED_OUTPUT_BYTES
- See Also:
-
MAJOR_COMPACTED_OUTPUT_BYTES_DESC
- See Also:
-
RPC_GET_REQUEST_COUNT
- See Also:
-
RPC_GET_REQUEST_COUNT_DESC
- See Also:
-
RPC_SCAN_REQUEST_COUNT
- See Also:
-
RPC_SCAN_REQUEST_COUNT_DESC
- See Also:
-
RPC_FULL_SCAN_REQUEST_COUNT
- See Also:
-
RPC_FULL_SCAN_REQUEST_COUNT_DESC
- See Also:
-
RPC_MULTI_REQUEST_COUNT
- See Also:
-
RPC_MULTI_REQUEST_COUNT_DESC
- See Also:
-
RPC_MUTATE_REQUEST_COUNT
- See Also:
-
RPC_MUTATE_REQUEST_COUNT_DESC
- See Also:
-
MAX_STOREFILE_COUNT
- See Also:
-
MAX_STOREFILE_COUNT_DESC
- See Also:
-
AVERAGE_REGION_SIZE
- See Also:
-
AVERAGE_REGION_SIZE_DESC
- See Also:
-
BYTE_BUFF_ALLOCATOR_HEAP_ALLOCATION_BYTES
Metrics forByteBuffAllocator
- See Also:
-
BYTE_BUFF_ALLOCATOR_HEAP_ALLOCATION_BYTES_DESC
- See Also:
-
BYTE_BUFF_ALLOCATOR_POOL_ALLOCATION_BYTES
- See Also:
-
BYTE_BUFF_ALLOCATOR_POOL_ALLOCATION_BYTES_DESC
- See Also:
-
BYTE_BUFF_ALLOCATOR_HEAP_ALLOCATION_RATIO
- See Also:
-
BYTE_BUFF_ALLOCATOR_HEAP_ALLOCATION_RATIO_DESC
- See Also:
-
BYTE_BUFF_ALLOCATOR_TOTAL_BUFFER_COUNT
- See Also:
-
BYTE_BUFF_ALLOCATOR_TOTAL_BUFFER_COUNT_DESC
- See Also:
-
BYTE_BUFF_ALLOCATOR_USED_BUFFER_COUNT
- See Also:
-
BYTE_BUFF_ALLOCATOR_USED_BUFFER_COUNT_DESC
- See Also:
-
ACTIVE_SCANNERS
- See Also:
-
ACTIVE_SCANNERS_DESC
- See Also:
-
SCANNER_LEASE_EXPIRED_COUNT
- See Also:
-
SCANNER_LEASE_EXPIRED_COUNT_DESC
- See Also:
-
CURRENT_REGION_CACHE_RATIO
- See Also:
-
CURRENT_REGION_CACHE_RATIO_DESC
- See Also:
-
-
Method Details
-
updatePut
Update the Put time histogram- Parameters:
t
- time it took
-
updatePutBatch
Update the PutBatch time histogram if a batch contains a Put op- Parameters:
t
- time it took
-
updateDelete
Update the Delete time histogram- Parameters:
t
- time it took
-
updateDeleteBatch
Update the Delete time histogram if a batch contains a delete op- Parameters:
t
- time it took
-
updateCheckAndDelete
Update checkAndDelete histogram- Parameters:
t
- time it took
-
updateCheckAndPut
Update checkAndPut histogram- Parameters:
t
- time it took
-
updateCheckAndMutate
Update checkAndMutate histogram- Parameters:
time
- time it tookblockBytesScanned
- how many block bytes were scanned for the check portion of the request
-
updateGet
Update the Get time histogram .- Parameters:
time
- time it tookblockBytesScanned
- how many block bytes were scanned for the request
-
updateIncrement
Update the Increment time histogram.- Parameters:
time
- time it tookblockBytesScanned
- how many block bytes were scanned fetching the current value to increment
-
updateAppend
Update the Append time histogram.- Parameters:
time
- time it tookblockBytesScanned
- how many block bytes were scanned fetching the current value to append
-
updateReplay
Update the Replay time histogram.- Parameters:
t
- time it took
-
updateScan
Update the scan metrics.- Parameters:
time
- response time of scanresponseCellSize
- size of the scan resposneblockBytesScanned
- size of block bytes scanned to retrieve the response
-
incrSlowPut
void incrSlowPut()Increment the number of slow Puts that have happened. -
incrSlowDelete
void incrSlowDelete()Increment the number of slow Deletes that have happened. -
incrSlowGet
void incrSlowGet()Increment the number of slow Gets that have happened. -
incrSlowIncrement
void incrSlowIncrement()Increment the number of slow Increments that have happened. -
incrSlowAppend
void incrSlowAppend()Increment the number of slow Appends that have happened. -
updateSplitTime
Update the split transaction time histogram- Parameters:
t
- time it took, in milliseconds
-
incrSplitRequest
void incrSplitRequest()Increment number of a requested splits -
incrSplitSuccess
void incrSplitSuccess()Increment number of successful splits -
updateFlushTime
Update the flush time histogram- Parameters:
t
- time it took, in milliseconds
-
updateFlushMemStoreSize
Update the flush memstore size histogram- Parameters:
bytes
- the number of bytes in the memstore
-
updateFlushOutputSize
Update the flush output file size histogram- Parameters:
bytes
- the number of bytes in the output file
-
updateCompactionTime
Update the compaction time histogram, both major and minor- Parameters:
isMajor
- whether compaction is a major compactiont
- time it took, in milliseconds
-
updateCompactionInputFileCount
Update the compaction input number of files histogram- Parameters:
isMajor
- whether compaction is a major compactionc
- number of files
-
updateCompactionInputSize
Update the compaction total input file size histogram- Parameters:
isMajor
- whether compaction is a major compactionbytes
- the number of bytes of the compaction input file
-
updateCompactionOutputFileCount
Update the compaction output number of files histogram- Parameters:
isMajor
- whether compaction is a major compactionc
- number of files
-
updateCompactionOutputSize
Update the compaction total output file size- Parameters:
isMajor
- whether compaction is a major compactionbytes
- the number of bytes of the compaction input file
-
incrScannerLeaseExpired
void incrScannerLeaseExpired()
-