graphite is showing graphs one hour behind

Asked by DaveM

I just recently installed graphite and trying to get a better understand of it.

Right now i have one metric being sent, and I noticed the graphs are always showing the time as one hour before.

I changed the timezone in this file

/opt/graphite/webapp/graphite/local_settings.py

and then restarted carbon

I confirmed the date and time is correct on the graphite server itself.

Is there something else I am missing? For example right now it is 10:30 AM EST, but graphs if I change it to last 10 minutes will show 9:20 AM EST to 9:30 AM EST.

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Brian Hatfield
Solved:
Last query:
Last reply:
Revision history for this message
Best Brian Hatfield (bmhatfield) said :
#1

That config file actually affects the web app, which usually runs under
apache. Restart apache.

On Monday, January 21, 2013, DaveM wrote:

> New question #219751 on Graphite:
> https://answers.launchpad.net/graphite/+question/219751
>
> I just recently installed graphite and trying to get a better understand
> of it.
>
> Right now i have one metric being sent, and I noticed the graphs are
> always showing the time as one hour before.
>
> I changed the timezone in this file
>
> /opt/graphite/webapp/graphite/local_settings.py
>
> and then restarted carbon
>
> I confirmed the date and time is correct on the graphite server itself.
>
> Is there something else I am missing? For example right now it is 10:30
> AM EST, but graphs if I change it to last 10 minutes will show 9:20 AM EST
> to 9:30 AM EST.
>
> Thanks!
>
> --
> 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 : <email address hidden> <javascript:;>
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
DaveM (kongfranon) said :
#2

That was it!!!

Thank you!

Revision history for this message
DaveM (kongfranon) said :
#3

Thanks Brian Hatfield, that solved my question.