Thanks for the response Elliott, but I'm not sure how to use it. I tried adding 
the following:

<property>
  <name>hbase.metrics.showTableName</name>
  <value>false</value>
</property>

to hbase-site.xml and then tried

hbase.metrics.showTableName=false

in hadoop-metrics.properties, but the metrics continue to show up.

Could you please shed light on how to properly use your advice?

Thanks,
Oliver

On 2013-07-30, at 12:20 AM, Elliott Clark <ecl...@apache.org> wrote:

> For 0.94.X you should use
> https://github.com/apache/hbase/blob/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/metrics/SchemaMetrics.java#L212
> 
> That will remove all of the per table metrics.
> 
> For 0.95 and above this will be controlled by filters in the metrics
> properties file.
> 
> On Mon, Jul 29, 2013 at 4:06 AM, Oliver Meyn (GBIF) <om...@gbif.org> wrote:
>> Hi All,
>> 
>> My ganglia server is being overwhelmed and I need to cut down on metrics. Is 
>> there a way to turn off the hbase.RegionServerDynamicStatistics.* metrics 
>> while keeping the hbase.regionserver.* metrics?
>> 
>> I'm using cdh4.3, so hbase 0.94.6.1.
>> 
>> Thanks,
>> Oliver
>> --
>> Oliver Meyn
>> Software Developer
>> Global Biodiversity Information Facility (GBIF)
>> +45 35 32 15 12
>> http://www.gbif.org
>> 
>> 
>> 
> 

--
Oliver Meyn
Software Developer
Global Biodiversity Information Facility (GBIF)
+45 35 32 15 12
http://www.gbif.org



Reply via email to