mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Fix carbon aggregation by sending to aggregator daemon not cache
(imported from commit 1f96a6edd019d8be2844b33588fcdc2ebd61fff6)
This commit is contained in:
parent
c29061c4d3
commit
55449fb724
@ -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
|
||||
|
||||
@ -88,7 +88,7 @@ Optional Variables:
|
||||
|
||||
*/
|
||||
{
|
||||
"graphitePort": 2003
|
||||
"graphitePort": 2023
|
||||
, "graphiteHost": "localhost"
|
||||
, "port": 8125
|
||||
, "backends": [ "./backends/graphite" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user