Comment 7 for bug 850475

Revision history for this message
Nicholas Leskiw (nleskiw) wrote : Re: [Bug 850475] Re: Y-values in graph are cut as graphed period gets longer

I'm sorry, those two functions may only be in trunk. It's relatively easy to
install from trunk. Get the source tree with Bazaar, and run a few python
install scripts:

bzr co lp:graphite
cd graphite
./check-dependancies.py
cd ./whisper
sudo python ./setup.py install --force
cd ../carbon/
python ./setup.py install --force # no sudo necessary
cd ../
python ./setup.py install
cd /opt/graphite/webapp/graphite/
python ./manage.py syncdb

Also, the docs page has changed. It's now
http://readthedocs.org/docs/graphite/en/1.0/

The URL API and the data functions have been updated (i think that summarize
is still missing from the docs, we're working on it...)

On Thu, Sep 15, 2011 at 12:26 PM, Chris D <email address hidden> wrote:

> Huh. I guess I can see that. Thanks.
>
> However, both summarize() and cumulative() produce a graph that says "No
> Data", and they're not mentioned in the URL API doc. Is there a more
> modern source of documentation than http://graphite.wikidot.com/url-api-
> reference (last edited in 2008)?
>
> If not, I'll probably spend some time today updating the documentation
> based on the features I find in the Dashboard composer.
>
> --
> You received this bug notification because you are subscribed to
> Graphite.
> https://bugs.launchpad.net/bugs/850475
>
> Title:
> Y-values in graph are cut as graphed period gets longer
>
> Status in Graphite - Enterprise scalable realtime graphing:
> Incomplete
>
> Bug description:
> I have a counter, sent every 2 minutes. In this case, it's 371.
>
> If I graph it at 15 hours or less, it graphs correctly.
>
> At 20 hours, it graphs the 371 at around 190.
>
> URL
>
> /render?from=-20hours&until=now&width=1024&height=768&yMax=500&areaMode=first&lineMode=staircase&hideLegend=true&target=blah
>
> Images are attached.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/graphite/+bug/850475/+subscriptions
>