-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetrics.json
More file actions
82 lines (82 loc) · 2.81 KB
/
metrics.json
File metadata and controls
82 lines (82 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"HBASE_BLOCK_CACHE_EXPRESS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The cache-hit ratio for reads configured to look in the cache",
"displayName": "HBase Cache Read Ratio",
"displayNameShort": "hbase-cache-reads",
"unit": "percent"
},
"HBASE_COMPACTION_QUEUE": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of Stores in the Region Server that have been targeted for compaction",
"displayName": "HBase Compaction Targets",
"displayNameShort": "hbase-compactions",
"unit": "number"
},
"HBASE_FLUSH_QUEUE": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of enqueued regions in the MemStore awaiting flush",
"displayName": "HBase Flush Queue",
"displayNameShort": "hbase-flush-queue",
"unit": "number"
},
"HBASE_LOCAL_BLOCK_RATIO": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The percentage of HDFS blocks that are local to this Region Server",
"displayName": "HBase Local Block Ratio",
"displayNameShort": "hbase-local-blocks",
"unit": "percent"
},
"HBASE_MEMORY": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The amount of memory used by the RegionServer.",
"displayName": "HBase Memory",
"displayNameShort": "hbase-memory",
"unit": "bytecount"
},
"HBASE_MEMSTORE_SIZE": {
"defaultAggregate": "SUM",
"defaultResolutionMS": 1000,
"description": "The sum of all the memstore sizes in this Region Server",
"displayName": "HBase Memstore Size",
"displayNameShort": "hbase-memstore",
"unit": "bytecount"
},
"HBASE_READ_REQUESTS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of read requests for this Region Server.",
"displayName": "HBase Reads",
"displayNameShort": "hbase-reads",
"unit": "number"
},
"HBASE_REGIONS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of regions served by the Region Server.",
"displayName": "HBase Regions in a Region Server",
"displayNameShort": "hbase-regions",
"unit": "number"
},
"HBASE_SLOW_LOG_APPENDS": {
"defaultAggregate": "MAX",
"defaultResolutionMS": 1000,
"description": "The number of slow HLog append writes for this Region Server, where \"slow\" is > 1 second.",
"displayName": "HBase Slow Writes",
"displayNameShort": "hbase-slow-writes",
"unit": "number"
},
"HBASE_WRITE_REQUESTS": {
"defaultAggregate": "AVG",
"defaultResolutionMS": 1000,
"description": "The number of write requests for this Region Server.",
"displayName": "HBase Writes",
"displayNameShort": "hbase-writes",
"unit": "number"
}
}