-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Trend lines to graphs #7
Comments
i'm actually planning to something more generic to address specific use cases:
|
Re: server-side consolidation of data for client-side graphing, this was our solution (but we never got around to polishing it for pushing back upstream): https://github.com/swiftstack/graphite-web/commit/c0a1a433a923a8e6432fe8629a9797c5c776bdad (That same branch has a number of other graphite webapp scalability improvements we needed as well.) |
the new but, I think practically speaking they accomplish pretty much the same thing, and you can use the movingAverage ( see the docs on how to use: |
Ability to display a trend line based on the displayed data. This would be done by the client-side rendering library as Graphite does not support this.
The text was updated successfully, but these errors were encountered: