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

Handle grafana queries directly #79

Open
jeffpierce opened this issue Oct 23, 2015 · 5 comments
Open

Handle grafana queries directly #79

jeffpierce opened this issue Oct 23, 2015 · 5 comments

Comments

@jeffpierce
Copy link
Owner

It'd be nice to simply handle queries from Grafana directly rather than needing graphite or graphite-API as a middleman.

Let's look at how feasible this might be.

@mredivo
Copy link
Collaborator

mredivo commented Oct 23, 2015

What is the transform that Graphite does to requests, incoming and returning? Is the data very similar?

@jeffpierce
Copy link
Owner Author

It does a lot, based on the functions asked for. We'd have to implement the functions listed here, at minimum:

http://graphite.readthedocs.org/en/latest/functions.html

@mredivo
Copy link
Collaborator

mredivo commented Oct 23, 2015

Hm, that is indeed a lot. Maybe the Unix philosophy of "do one thing well, and connect with pipes" applies here.

@jeffpierce
Copy link
Owner Author

Yep. That's more of a pipe dream on my end of things, given that graphite-api is now the slowest part of the grafana -> graphite-api -> cassabon chain.

@utkarshcmu
Copy link

Some work is done in this repo - https://github.com/graphite-ng/graphite-api-experiment

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

No branches or pull requests

3 participants