Fix carbon aggregation by sending to aggregator daemon not cache

(imported from commit 1f96a6edd019d8be2844b33588fcdc2ebd61fff6)
This commit is contained in:
Leo Franchi 2013-04-19 16:15:43 -04:00
parent c29061c4d3
commit 55449fb724
2 changed files with 3 additions and 3 deletions

View File

@ -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.<app>.cache.all.hit (10) = sum stats.<app>.cache.*.hit
stats.<app>.cache.all.miss (10) = sum stats.<app>.cache.*.miss

View File

@ -88,7 +88,7 @@ Optional Variables:
*/
{
"graphitePort": 2003
"graphitePort": 2023
, "graphiteHost": "localhost"
, "port": 8125
, "backends": [ "./backends/graphite" ]