Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 212966561 for ; Fri, 10 Jun 2011 00:46:20 +0000 (UTC) Received: (qmail 11986 invoked by uid 500); 10 Jun 2011 00:46:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 11965 invoked by uid 500); 10 Jun 2011 00:46:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 11957 invoked by uid 99); 10 Jun 2011 00:46:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2011 00:46:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2011 00:46:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DA25610C61C for ; Fri, 10 Jun 2011 00:45:58 +0000 (UTC) Date: Fri, 10 Jun 2011 00:45:58 +0000 (UTC) From: "Ryan King (JIRA)" To: commits@cassandra.apache.org Message-ID: <1173846369.9236.1307666758889.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2077967026.4023.1307557978925.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2751) Improved Metrics collection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan King updated CASSANDRA-2751: --------------------------------- Description: Collecting metrics in cassandra needs to be easier. Currently the amount of work required to expose one new metric in the server and consume it outside the server is way to high. In my mind, collecting a new metric in the server should be a single line of code and consuming it should be easily doable from any programming language. There are several options for better metrics collection on the JVM: https://github.com/twitter/ostrich https://github.com/codahale/metrics/ https://github.com/twitter/commons/tree/master/src/java/com/twitter/common/stats We should look at these was: Collecting metrics in cassandra needs to be easier. Currently the amount of work required to expose one new metric in the server and consume it outside the server is way to high. In my mind, collecting a new metric in the server should be a single line of code and consuming it should be easily doable from any programming language. There are several options for better metrics collection on the JVM: https://github.com/twitter/ostrich https://github.com/codahale/metrics/ We should look at these > Improved Metrics collection > --------------------------- > > Key: CASSANDRA-2751 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2751 > Project: Cassandra > Issue Type: Improvement > Reporter: Ryan King > Assignee: Ryan King > > Collecting metrics in cassandra needs to be easier. Currently the amount of work required to expose one new metric in the server and consume it outside the server is way to high. > In my mind, collecting a new metric in the server should be a single line of code and consuming it should be easily doable from any programming language. > There are several options for better metrics collection on the JVM: > https://github.com/twitter/ostrich > https://github.com/codahale/metrics/ > https://github.com/twitter/commons/tree/master/src/java/com/twitter/common/stats > We should look at these -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira