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/trunk Commit: 3c531cbec97be94e33c9b6872e2c568d5d8bf835 Parents: 972157d Author: Josh McKenzie <[email protected]> Authored: Tue Jun 14 10:59:08 2016 -0400 Committer: Josh McKenzie <[email protected]> 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.+"
