riemann / riemann-dash

An HTTP dashboard for Riemann.
MIT License
248 stars 102 forks source link

Graph tooltips in Flot view #116

Closed gfv closed 8 years ago

gfv commented 8 years ago

Sometimes I desperately need to understand what metric has suddenly risen up on the graph, but it's not really convenient to look it up: there's only so much different colors I can see. This pull request adds tooltips to the graph on hover. "Simple" tooltips only show the name of the service, while "with metric" also adds time and metric value.

Tooltips tend to slow down graph updates, so there's an option to disable them as well.

mfournier commented 8 years ago

I just gave your patchset a try, really nice and definetely a useful addition ! Many thanks !

faxm0dem commented 8 years ago

\o/ I've wanted to do this for quite some time now. Even hired a collegue who's gonna be very happy for not having to do the work himself :-) :+1: