Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C4F8DBE8 for ; Sat, 2 Mar 2013 16:29:39 +0000 (UTC) Received: (qmail 87125 invoked by uid 500); 2 Mar 2013 16:29:37 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 86948 invoked by uid 500); 2 Mar 2013 16:29:37 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 86939 invoked by uid 99); 2 Mar 2013 16:29:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Mar 2013 16:29:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gh0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Mar 2013 16:29:32 +0000 Received: by mail-gh0-f171.google.com with SMTP id r17so620352ghr.30 for ; Sat, 02 Mar 2013 08:29:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ydt3TdjTFI2XuiT2c0/uQ/M64uCzNNWDmgD3wkYsAqE=; b=nZFVMzsCea/Uohks8bKSGoGr0RUMA/UeYcZ56gaHzJipRIHKaQ3n/SU3yoYiLLOLn9 9Psc9TyVlFvRYK+tOzJ0QuoKQJvVYGW98d7ZrHUWlVpZrNup9L7PkiC8Jd6Brl9l21IQ RHvaYY/V77B+o4NS7yfmzFc8RRjTFWKbTU0ifa019GMP8QPv+6ycErqeDPcYY+fxJ8VL wEQY2GtrJ3Xq7Fr8x7At2ALxlD0aZEqzX8ikMTOwTYntlUJequEu9E3VUeGbhoVHg8zF bLCE0Qme04hUZ1i7ZE8dW30qF3vqe7kq5g/CnwniIvJYsIjtka+35ZHpj+OcVhZ4J+O9 P61g== MIME-Version: 1.0 X-Received: by 10.236.172.39 with SMTP id s27mr10081072yhl.10.1362241751450; Sat, 02 Mar 2013 08:29:11 -0800 (PST) Received: by 10.101.208.18 with HTTP; Sat, 2 Mar 2013 08:29:11 -0800 (PST) In-Reply-To: <77C2E925-5B30-474C-AD69-CB4E83B1C6C4@gmail.com> References: <77C2E925-5B30-474C-AD69-CB4E83B1C6C4@gmail.com> Date: Sat, 2 Mar 2013 08:29:11 -0800 Message-ID: Subject: Re: Adding Custom Coprocessor metrics to HBase JMX Metrics From: Ted Yu To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf303f66f4b1904004d6f39fc4 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303f66f4b1904004d6f39fc4 Content-Type: text/plain; charset=ISO-8859-1 See if the following answers some of your questions: http://blog.cloudera.com/blog/2012/10/what-is-hadoop-metrics2/ metrics2 is supported in 0.95 and beyond. On Tue, Jan 29, 2013 at 4:19 AM, Mesika, Asaf wrote: > Hi, > > I wrote a RegionObserver. > I'm collecting very important metrics in that observer and I would like to > expose them in the JMX Server HBase is using. > > Is there a way to do that? > > > Thanks, > > Asaf > > --20cf303f66f4b1904004d6f39fc4--