← Back to team overview

graphite-dev team mailing list archive

Re: [Question #218462]: Graphite not displaying any data when given Absolute Time

 

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

    Status: Open => Answered

rowan proposed the following answer:
Hey gyre007, just to confirm: you're seeing the problem when you use
the "HH:MM_YYYYMMDD" format for the 'from' value? Have you tried (and
does it work) just using the "YYYYMMDD" (ie. withouth "HH:MM_") format?

Looking in the code (webapp/graphite/render/attime.py) it seems like it
might not be handling that case (only dates). I'll have a closer look,
but let me know if the other format works for you.

On Sun, Jan 06, 2013 at 03:25 PM, gyre007
<question218462@xxxxxxxxxxxxxxxxxxxxx> wrote:

> from: gyre007 <question218462@xxxxxxxxxxxxxxxxxxxxx>
> date: Sun, Jan 06 08:25 PM +00:00 2013
> to: graphite-dev@xxxxxxxxxxxxxxxxxxx
> reply-to: question218462@xxxxxxxxxxxxxxxxxxxxx
> subject: Re: [Graphite-dev] [Question #218462]: Graphite not displaying any data when given Absolute Time
> 
> Question #218462 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/218462
> 
> gyre007 gave more information on the question:
> Following render URL renders some crazy raster with few plots - this is
> a request to render the data from 5AM yesterday until now
> 
> https://graphite.common.staging/render?target=stats.*.*.staging.load_avg.one&height=500&width=1200&from=05:00_20120105&until=now&title=load_avg&lineWidth=2&fontBold=true&vtitle=Load
> 
> This render URL displays the data without any problems though
> 
> https://graphite.common.staging/render?target=stats.*.*.staging.load_avg.one&height=500&width=1200&from=05:00&until=now&title=load_avg&lineWidth=2&fontBold=true&vtitle=Load
> 
> So I think it's safe to assume that AS SOON as you supply the DATE
> information, you're pretty much screwed :-( Whilst just the TIME info
> works just fine.
> 
> -- 
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to     : graphite-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help   : https://help.launchpad.net/ListHelp

Rowan

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.