Best option for getting "maxDataPoints"

Asked by Nitzan Shaked

I have Graphite 0.9.10 installed on a production machine. Given that I want the "maxDataPoints" API support, what is my best option?

1) Install 0.9.12 and patch render/views.py
2) Install the latest GitHub sources
3) Patch views.py in my current 0.9.10 installation
4) Other?

If (1) or (2) above -- is it OK to only update grapghite-web, or will I need to also update Carbon and Whisper?

Cheers.

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Nitzan Shaked
Solved:
Last query:
Last reply:
Revision history for this message
Jason Dixon (jason-dixongroup) said :
#1

If you'd prefer to stick with 0.9.x in production, I think the best steps are:

1) Upgrade to 0.9.12 (which you should do anyways).
2) Patch views.py.
3) Submit a PR against 0.9.x.

But if you're comfortable running the latest in production, then by all means move to master.

Thanks,
Jason

Revision history for this message
Jason Dixon (jason-dixongroup) said :
#2

Please mark this question "solved" if that answered your question.

Thanks,
Jason

Revision history for this message
Nitzan Shaked (nitzan-shaked) said :
#3

I ended up just applying the patch. Marking question as solved. Thanks Jason.D.