← Back to team overview

graphite-dev team mailing list archive

Re: [Question #289292]: Graphite delay 3 mins ++

 

Question #289292 on Graphite changed:
https://answers.launchpad.net/graphite/+question/289292

    Status: Open => Answered

Jason Dixon proposed the following answer:
If your carbon.conf is accurate, then you're seeing a delay because your
CARBONLINK_HOSTS in local_settings.py is incorrect. You should have this
instead:

CARBONLINK_HOSTS = ["127.0.0.1:7002:a"]

Of course it looks like you're leaving out a LOT of stuff from
carbon.conf, so it's not clear to me if your instance is "a" or "1" or
something different entirely. If you're not running memcached locally
you should also disable MEMCACHE_HOSTS.

Note that I would also disable your LOG_* entries once you're satisfied
with your configuration, *IF* you're at all concerned with I/O capacity.

Jason

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.