Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit e3bf474

Browse files
authored
Merge pull request #1252 from aespinosa/hbase-table
LGTM, thanks
2 parents 90ff400 + a435eb4 commit e3bf474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbooks/bcpc-hadoop/attributes/jmxtrans_agent.rb

+4
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@
994994
{
995995
'objectName' => 'Hadoop:service=HBase,name=RegionServer,sub=IO',
996996
'resultAlias' => 'hb_rs_server.%name%.%sub%.#attribute#',
997+
'type' => 'gauge',
997998
'attributes' =>
998999
'fsChecksumFailureCount,' \
9991000
'FsPReadTime_num_ops,' \
@@ -1036,11 +1037,13 @@
10361037
{
10371038
'objectName' => 'Hadoop:service=HBase,name=RegionServer,sub=TableLatencies',
10381039
'resultAlias' => 'hb_rs_server.%name%.%sub%.#attribute#',
1040+
'type' => 'gauge',
10391041
'attributes' => ''
10401042
},
10411043
{
10421044
'objectName' => 'Hadoop:service=HBase,name=RegionServer,sub=WAL',
10431045
'resultAlias' => 'hb_rs_server.%name%.%sub%.#attribute#',
1046+
'type' => 'gauge',
10441047
'attributes' =>
10451048
'AppendSize_num_ops,' \
10461049
'AppendSize_min,' \
@@ -1087,6 +1090,7 @@
10871090
{
10881091
'objectName' => 'Hadoop:service=HBase,name=RegionServer,sub=Tables',
10891092
'resultAlias' => 'hb_rs_server.%name%.%sub%.#attribute#',
1093+
'type' => 'gauge',
10901094
'attributes' => ''
10911095
}
10921096
]

0 commit comments

Comments
 (0)