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

Proxy Graphite calls #559

Open
aalpern opened this issue Jun 9, 2019 · 0 comments
Open

Proxy Graphite calls #559

aalpern opened this issue Jun 9, 2019 · 0 comments
Milestone

Comments

@aalpern
Copy link
Member

aalpern commented Jun 9, 2019

See related: #419

The long term plan for Tessera is to re-write the backend in Go and add support for multiple time series DBs along the way, via a proxy layer that translates results to a single datapoint series format for the Tessera UI to use.

In the meantime, however, adding a few additional routes in the Flask code of the existing backend to proxy Graphite traffic can be done easily and will greatly simplify deployment and configuration, as the browser would no longer need to talk directly to Graphite, eliminating CORS configuration, having multiple ports and addresses accessible to the browser, etc....

OR

Get a better easy to use Docker image running nginx in front of tessera and graphite to accomplish the same thing with better performance.

@aalpern aalpern added this to the Release 0.11 milestone Jun 9, 2019
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

1 participant