← Back to team overview

graphite-dev team mailing list archive

[Question #199790]: Graphite not loading the "from" parameter

 

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

I've started seeing a problem with our graphite.db where the URL loaded does not match the URL saved. I first noticed it when I tried to adjust the time range and it wouldn't save the changes. I confirmed that the URL is being saved correctly in the database. Here is the entry:

1|1|Carbon_Performance|https://graphite/render/?_salt=1339122540.873&target=alias(color(sumSeries(group(carbon.agents.*.committedPoints))%2C%22orange%22)%2C%22Committed%20Points%22))&target=alias(color(sumSeries(group(carbon.agents.*.updateOperations))%2C%20%22blue%22)%2C%22Updates%22)%20&target=alias(color(sumSeries(group(carbon.agents.*.metricsReceived))%2C%20%22green%22)%2C%20%22Metrics%20Received%22)&target=alias(secondYAxis(color(sumSeries(group(carbon.agents.*.pointsPerUpdate))%2C%22yellow%22))%2C%22Points%20per%20Update%22)&target=alias(secondYAxis(color(averageSeries(group(carbon.agents.*.cpuUsage))%2C%22red%22))%2C%22CPU%20(avg)%22)&target=alias(secondYAxis(color(sumSeries(group(carbon.agents.*.creates))%2C%22purple%22))%2C%22Creates%22)&width=586&height=308&from=-1hours

But when I load the graph in the composer, this is what I'm getting:

https://graphite/render/?_salt=1339123325.204&target=alias(color(sumSeries(group(carbon.agents.*.committedPoints))%2C%22orange%22)%2C%22Committed%20Points%22))&target=alias(color(sumSeries(group(carbon.agents.*.updateOperations))%2C%20%22blue%22)%2C%22Updates%22)%20&target=alias(color(sumSeries(group(carbon.agents.*.metricsReceived))%2C%20%22green%22)%2C%20%22Metrics%20Received%22)&target=alias(secondYAxis(color(sumSeries(group(carbon.agents.*.pointsPerUpdate))%2C%22yellow%22))%2C%22Points%20per%20Update%22)&target=alias(secondYAxis(color(averageSeries(group(carbon.agents.*.cpuUsage))%2C%22red%22))%2C%22CPU%20(avg)%22)&target=alias(secondYAxis(color(sumSeries(group(carbon.agents.*.creates))%2C%22purple%22))%2C%22Creates%22)&width=586&height=308

Any ideas?

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