ripienaar / gdash

A dashboard for Graphite
http://www.devco.net/
Apache License 2.0
755 stars 117 forks source link

Idea: link to graphlot from detailed view #97

Open toerkl opened 11 years ago

toerkl commented 11 years ago

I was wondering how hard it would be or if it is possible to have links on each graph on the detailed view directly to the graphlot tool in graphite. For example when clicking for last day, the link would be:

http://graphite.server.url/graphlot/?&from=-24hour&until=-0hour&target=test.cpu.load.all

and it would take you directly to graphlot so that you can drill down etc.

Anybody interested in something like this?

ojilles commented 11 years ago

Hi,

I did something like that for personal use. It links back to the normal Graphite Web UI. See this checkin: https://github.com/ojilles/gdash/commit/3023ba8ae1ab696f9c80ff3ddb2d8fb657a18bda

It retains the sometimes complex graph definitions I have in Gdash (minus a few minor things like area fill, etc). Would be fantastic if we could get this into the ripienaar/gdash repo.