obfuscurity / descartes

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

Metrics Search #57

Closed obfuscurity closed 12 years ago

obfuscurity commented 12 years ago

Input for searching/filtering through the Metrics list. Still unsure whether we want to do realtime filtering or the same type of "backend" search we do throughout Descartes. I think the latter, as realtime search could have some significant performance penalties, even if we increased the timeout on keystroke pauses.

obfuscurity commented 12 years ago

obfuscurity/descartes#43

obfuscurity commented 12 years ago

Chose to go with realtime search. We implement a 500ms setInterval on any keyup events, then render the sparklines for any matching metric if the timeout fires. Seems to work pretty well although there is almost certainly some rendering race bugs that will need to be squashed over time. Still, good to get this out there and used.