obfuscurity / descartes

Introspective dashboard for Graphite
MIT License
502 stars 65 forks source link

Proxy Graphite requests through Descartes #106

Closed obfuscurity closed 11 years ago

obfuscurity commented 11 years ago

Rather than requiring the client to hit the Graphite server directly with CORS. This will alleviate so many headaches at the expense of dealing with blocking server requests.

Dusk already has this behavior.

obfuscurity commented 11 years ago

Staying with CORS in Descartes (at least for now). The convenience of a built-in proxy isn’t worth the latency hit. https://github.com/obfuscurity/descartes/pull/107#issuecomment-17519841