← Back to team overview

graphite-dev team mailing list archive

[Question #211690]: timeShift function only works for t < 1week

 

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

The timeShift function does not work for me, when I try to shift for more than 1 week. I use the data browser to view the metrics. 

Works (Graph shows up)
servers.<fqdn>.orders.count
timeShift(servers.<fqdn>.orders.count,"6d")
timeShift(servers.<fqdn>.orders.count,"10079min")

Does not work (No graph)
timeShift(servers.<fqdn>.orders.count,"7d")

Storage schema is defined as follows

[stats]
priority = 100
pattern = .*
retentions = 60:20160,300:43200,600:25920,900:35040,1800:52560,3600:43800

Is there a limitation on the timeshift function? Some boundary that I hit here? Suggestions who to debug this are also very welcome.

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