graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00290
Re: [Question #99926]: gaps in graphs when viewing small time frames? Bug or User error?
Question #99926 on Graphite changed:
https://answers.launchpad.net/graphite/+question/99926
Status: Answered => Open
AcidTonic is still having a problem:
I'd propose a hook mechanism through the python graphite API. Importing the
API then calling some function to register my script as a listener. Then I
can basically define a callback to be called with the first datapoint and
it's schema object, first value, and time as arguments. My callback could
then connect into my django db and make my models for the new data and make
the graph models show up on my users dashboard.
Thoughts? I might be interested in assisting with this feature should you
move forward.
On Mon, Feb 15, 2010 at 2:38 AM, chrismd <
question99926@xxxxxxxxxxxxxxxxxxxxx> wrote:
> Your question #99926 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/99926
>
> Status: Open => Answered
>
> chrismd proposed the following answer:
> Yes you can move wsp files around all you want. Since you want to change
> their retention schema at the same time what you should actually do is
> resize the files first (using the whisper-resize.py script under
> whisper/bin/ in trunk), then move them.
>
> As for sending events when new metrics are created, that is an
> *excellent* idea. Carbon now supports AMQP for receiving data and I
> think it would also serve as a very natural mechanism for events like
> this. Unfortunately the only "event-driven" way to do this now would be
> to tail the storage/log/carbon-cache/creates.log file.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/graphite/+question/99926/+confirm?answer_id=16
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/graphite/+question/99926
>
> You received this question notification because you are a direct
> subscriber of the question.
>
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.