Skip to content
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

Closed
xkilian opened this issue Mar 1, 2013 · 3 comments
Closed

Enhancement: Trend lines to graphs #7

xkilian opened this issue Mar 1, 2013 · 3 comments

Comments

@xkilian
Copy link

xkilian commented Mar 1, 2013

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.

@Dieterbe
Copy link
Contributor

Dieterbe commented Mar 1, 2013

i'm actually planning to something more generic to address specific use cases:

@dbishop
Copy link
Contributor

dbishop commented Mar 3, 2013

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.)

@Dieterbe
Copy link
Contributor

the new avg over <timespec> addresses this partially i think,
a moving average over a long timeframe is something else than a trend line (and I would have to dive into my old math courses to familiarize myself again with the uses/pros/cons of each)

but, I think practically speaking they accomplish pretty much the same thing, and you can use the movingAverage (avg over <timespec>) to see the trend, right?

see the docs on how to use:
https://github.com/vimeo/graph-explorer/wiki/GEQL#avg-over-timespec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants