Comment on Show HN: Real-time server monitoring in your browserparentComments−gvickers12yI've been searching for something like that for a while now. A metrics web framework that consumes and renders json/edn would be interesting.−Gigablah12yI've been using shopify/dashing for metrics display:http://shopify.github.io/dashing/You can post JSON directly to each widget. It's also based on Sinatra.Someone already created a widget for Rickshaw graphs, I suppose it could be adapted to use D3.js.
Comments
I've been searching for something like that for a while now. A metrics web framework that consumes and renders json/edn would be interesting.
I've been using shopify/dashing for metrics display:
http://shopify.github.io/dashing/
You can post JSON directly to each widget. It's also based on Sinatra.
Someone already created a widget for Rickshaw graphs, I suppose it could be adapted to use D3.js.