File tree 1 file changed +1
-10
lines changed
jmx-scraper/src/main/resources
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 2
2
rules :
3
3
- bean : Hadoop:service=NameNode,name=FSNamesystem
4
4
prefix : hadoop.name_node.
5
+ type : updowncounter
5
6
metricAttribute :
6
7
node_name : beanattr(tag\.Hostname)
7
8
mapping :
8
9
CapacityUsed :
9
10
metric : capacity.usage
10
- type : updowncounter
11
11
unit : By
12
12
desc : The current used capacity across all data nodes reporting to the name node.
13
13
CapacityTotal :
14
14
metric : capacity.limit
15
- type : updowncounter
16
15
unit : By
17
16
desc : The total capacity allotted to data nodes reporting to the name node.
18
17
BlocksTotal :
19
18
metric : block.count
20
- type : updowncounter
21
19
unit : " {block}"
22
20
desc : The total number of blocks on the name node.
23
21
MissingBlocks :
24
22
metric : block.missing
25
- type : updowncounter
26
23
unit : " {block}"
27
24
desc : The number of blocks reported as missing to the name node.
28
25
CorruptBlocks :
29
26
metric : block.corrupt
30
- type : updowncounter
31
27
unit : " {block}"
32
28
desc : The number of blocks reported as corrupt to the name node.
33
29
VolumeFailuresTotal :
34
30
metric : volume.failed
35
- type : updowncounter
36
31
unit : " {volume}"
37
32
desc : The number of failed volumes reported to the name node.
38
33
FilesTotal :
39
34
metric : file.count
40
- type : updowncounter
41
35
unit : " {file}"
42
36
desc : The total number of files being tracked by the name node.
43
37
TotalLoad :
44
38
metric : file.load
45
- type : updowncounter
46
39
unit : " {operation}"
47
40
desc : The current number of concurrent file accesses.
48
41
NumLiveDataNodes :
49
42
metric : &metric data_node.count
50
- type : updowncounter
51
43
unit : &unit "{node}"
52
44
desc : &desc The number of data nodes reporting to the name node.
53
45
metricAttribute :
54
46
state : const(live)
55
47
NumDeadDataNodes :
56
48
metric : *metric
57
- type : updowncounter
58
49
unit : *unit
59
50
desc : *desc
60
51
metricAttribute :
You can’t perform that action at this time.
0 commit comments