rethinkdb / horizon

Horizon is a realtime, open-source backend for JavaScript apps.
MIT License
6.78k stars 351 forks source link

Expose some sort of `horizon_stats` table #183

Open dalanmiller opened 8 years ago

dalanmiller commented 8 years ago

It'd be cool to get realtime information from the Horizon server one is connected to similar to the rethinkdb db and it's associated tables. It might include:

And many more! I'm not too sure how much sense it would be to write this information to a RethinkDB table constantly from the Horizon process, but maybe one could just query this RESTfully.

deontologician commented 8 years ago

I think we should send this over the websocket if we can

segphault commented 8 years ago

This is one of the changes that I'm working on in my adminui branch.

deontologician commented 8 years ago

This could also be a plugin