Changing dashboard relative to be until -1minutes insteadof until now

Asked by Omry Yadan

I have statsd instances flushing stats every minute, problem is that they are not synchronized - so the last value is None for some servers
is there a way to tell graphite dashboard to graph until -1minutes?

if not:
1 . it would make an excellent feature (configurable).
2. how would I go and hack the current "now" to "-1minutes" ?
I tried to change it in dashbaord.js, but it didn't seem to have any effect.

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Omry Yadan
Solved:
Last query:
Last reply:
Revision history for this message
Michael Leinartas (mleinartas) said :
#1

I just linked a bug, I think it's what you're asking for

Revision history for this message
Omry Yadan (omry) said :
#2

yup, that's it.
thanks.