graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02401
Re: [Question #192535]: Recent data "fades" in and out
Question #192535 on Graphite changed:
https://answers.launchpad.net/graphite/+question/192535
Status: Open => Needs information
Michael Leinartas requested more information:
Yeah, it does sound like you're not getting values from the cache
returned. Do you have a query.log from your carbon-cache daemon
(defaults at /opt/graphite/storage/logs/query.log)? You should see
connecting clients (the webapp), queries, and returned results. If you
dont have any entries, check your CARBONLINK_HOSTS setting in
local_settings.py - it should point to your carbon instance's cache
query port (default 7002). If unset it defaults to [ '127.0.0.1:7002' ]
which will work for a single carbon-cache instance on the same box
(which it sounds like you have).
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.