HBASE-19901 HBASE-19901 Up yetus proclimit on nightlies; AMENDMENT hardcode proclimit...
[hbase.git] / conf / hadoop-metrics2-hbase.properties
blob4c7dbbe44be42fef85c881914f52b2bf15a8013c
1 # Licensed to the Apache Software Foundation (ASF) under one
2 # or more contributor license agreements.  See the NOTICE file
3 # distributed with this work for additional information
4 # regarding copyright ownership.  The ASF licenses this file
5 # to you under the Apache License, Version 2.0 (the
6 # "License"); you may not use this file except in compliance
7 # with the License.  You may obtain a copy of the License at
9 #     http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 # syntax: [prefix].[source|sink].[instance].[options]
18 # See javadoc of package-info.java for org.apache.hadoop.metrics2 for details
20 *.sink.file*.class=org.apache.hadoop.metrics2.sink.FileSink
21 # default sampling period
22 *.period=10
24 # Below are some examples of sinks that could be used
25 # to monitor different hbase daemons.
27 # hbase.sink.file-all.class=org.apache.hadoop.metrics2.sink.FileSink
28 # hbase.sink.file-all.filename=all.metrics
30 # hbase.sink.file0.class=org.apache.hadoop.metrics2.sink.FileSink
31 # hbase.sink.file0.context=hmaster
32 # hbase.sink.file0.filename=master.metrics
34 # hbase.sink.file1.class=org.apache.hadoop.metrics2.sink.FileSink
35 # hbase.sink.file1.context=thrift-one
36 # hbase.sink.file1.filename=thrift-one.metrics
38 # hbase.sink.file2.class=org.apache.hadoop.metrics2.sink.FileSink
39 # hbase.sink.file2.context=thrift-two
40 # hbase.sink.file2.filename=thrift-one.metrics
42 # hbase.sink.file3.class=org.apache.hadoop.metrics2.sink.FileSink
43 # hbase.sink.file3.context=rest
44 # hbase.sink.file3.filename=rest.metrics