Experiencing delay in updates in Graphite Console

Asked by milind

Hi ,

We are experiencing delays in updates in graphs when metrics are sent to Graphite Console .

It takes some times hours to get the metrics reflect on the Graphite.

Please let me know if this is any configuration issue or any known bug .

Thanks,
Milind

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
milind
Solved:
Last query:
Last reply:
Revision history for this message
Denis Zhdanov (deniszhdanov) said :
#1

Known issue.
Try graphite-web from 0.9.x branch on github - https://github.com/graphite-project/graphite-web/tree/0.9.x (it requires django >= 1.4)
or
Try to manually fix unpickler:
edit webapp/graphite/util.py to make PICKLE_SAFE (in both places) looking like here:
https://github.com/graphite-project/graphite-web/blob/0.9.x/webapp/graphite/util.py#L91-L97
https://github.com/graphite-project/graphite-web/blob/0.9.x/webapp/graphite/util.py#L117-L123

Revision history for this message
milind (milind-b) said :
#2

Thanks a lot , Denis

Settings mentioned by you worked for us.