Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D46F0200B4A for ; Tue, 14 Jun 2016 17:14:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D34AF160A47; Tue, 14 Jun 2016 15:14:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2504A160A56 for ; Tue, 14 Jun 2016 17:14:00 +0200 (CEST) Received: (qmail 60750 invoked by uid 500); 14 Jun 2016 15:14:00 -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 60384 invoked by uid 99); 14 Jun 2016 15:14:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 15:14:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CCC80DFFF8; Tue, 14 Jun 2016 15:13:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmckenzie@apache.org To: commits@cassandra.apache.org Date: Tue, 14 Jun 2016 15:13:59 -0000 Message-Id: <906e23076dad4b6db498165426fe3ec6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] cassandra git commit: Fix example metrics archived-at: Tue, 14 Jun 2016 15:14:02 -0000 Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 972157d98 -> 3c531cbec refs/heads/trunk 5514110e0 -> 60e5e0ef4 Fix example metrics Patch by cbate; reviewed by jmckenzie for CASSANDRA-11481 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3c531cbe Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3c531cbe Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3c531cbe Branch: refs/heads/cassandra-3.0 Commit: 3c531cbec97be94e33c9b6872e2c568d5d8bf835 Parents: 972157d Author: Josh McKenzie Authored: Tue Jun 14 10:59:08 2016 -0400 Committer: Josh McKenzie Committed: Tue Jun 14 11:13:31 2016 -0400 ---------------------------------------------------------------------- conf/metrics-reporter-config-sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c531cbe/conf/metrics-reporter-config-sample.yaml ---------------------------------------------------------------------- diff --git a/conf/metrics-reporter-config-sample.yaml b/conf/metrics-reporter-config-sample.yaml index 34b1d7e..54f2657 100644 --- a/conf/metrics-reporter-config-sample.yaml +++ b/conf/metrics-reporter-config-sample.yaml @@ -35,7 +35,7 @@ console: - "^org.apache.cassandra.metrics.ClientRequest.+" # includes ClientRequestMetrics - "^org.apache.cassandra.metrics.CommitLog.+" - "^org.apache.cassandra.metrics.Compaction.+" - - "^org.apache.cassandra.metrics.DroppedMetrics.+" + - "^org.apache.cassandra.metrics.DroppedMessage.+" - "^org.apache.cassandra.metrics.ReadRepair.+" - "^org.apache.cassandra.metrics.Storage.+" - "^org.apache.cassandra.metrics.ThreadPools.+"