From 55449fb724220ccfb8ec88a087e154d2fd12e1c8 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 19 Apr 2013 16:15:43 -0400 Subject: [PATCH] Fix carbon aggregation by sending to aggregator daemon not cache (imported from commit 1f96a6edd019d8be2844b33588fcdc2ebd61fff6) --- .../modules/humbug/files/graphite/aggregation-rules.conf | 4 ++-- servers/puppet/modules/humbug/files/statsd/local.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/puppet/modules/humbug/files/graphite/aggregation-rules.conf b/servers/puppet/modules/humbug/files/graphite/aggregation-rules.conf index 161b3841b2..351c1c0fd1 100644 --- a/servers/puppet/modules/humbug/files/graphite/aggregation-rules.conf +++ b/servers/puppet/modules/humbug/files/graphite/aggregation-rules.conf @@ -29,5 +29,5 @@ # Note that any time this file is modified, it will be re-read automatically. # Aggregate all per-bucket memcached stats into a generit hit/miss stat -stats.cache.all.hit (10) = sum stats.cache.*.hit -stats.cache.all.miss (10) = sum stats.cache.*.miss +stats..cache.all.hit (10) = sum stats..cache.*.hit +stats..cache.all.miss (10) = sum stats..cache.*.miss diff --git a/servers/puppet/modules/humbug/files/statsd/local.js b/servers/puppet/modules/humbug/files/statsd/local.js index 3a0f6f355f..5e905a617a 100644 --- a/servers/puppet/modules/humbug/files/statsd/local.js +++ b/servers/puppet/modules/humbug/files/statsd/local.js @@ -88,7 +88,7 @@ Optional Variables: */ { - "graphitePort": 2003 + "graphitePort": 2023 , "graphiteHost": "localhost" , "port": 8125 , "backends": [ "./backends/graphite" ]