← Back to team overview

graphite-dev team mailing list archive

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

 

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

I am dealing with very weird issue. Graphite is not displaying ANY data when trying to render graphs by supplying date in absolute form whilst when trying to graph the data by supplying relative date it graphs the data perfectly fine. 

Ie following DOES work: - renders graph from past three days

https://graphite.common.staging/render?target=aliasByNode(stats.*.*.staging.load_avg.one,1,2,3)&height=500&width=1200&from=-3days&until=now&title=load_avg&lineWidth=2&fontBold=true&vtitle=Load


This DOES NOT display any data but renders EMPTY axis: - SHOULD be rendering graphs from past 2 days ie between 5th and 6th january

https://graphite.common.staging/render?target=aliasByNode(stats.*.*.staging.load_avg.one,1,2,3)&height=500&width=1200&from=20120105&until=20120106&title=load_avg&lineWidth=2&fontBold=true&vtitle=Load

My data retention is very simple its set to:

[stats]
priority = 100
pattern = ^stats\..*
retentions = 10s:12h,60s:7d,10m:5y

[default]
priority = 0
pattern = ^.*
retentions = 60s:7d,5m:28d,10m:5y


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