Is there a way to retrieve the stats from the rethinkdb monitoring tables over HTTP ? http://rethinkdb.com/blog/1.16-release/#monitoring
Pull rethinkdb monitoring data over HTTP
108 Views Asked by dom At
2
Is there a way to retrieve the stats from the rethinkdb monitoring tables over HTTP ? http://rethinkdb.com/blog/1.16-release/#monitoring
There is no out of the box way to interact with RethinkDB through HTTP, including the 'rethinkdb' database by which you do table monitoring.
You could easily implement this through using one of the drivers to implement an HTTP backend for your database, although I'm not sure how useful/desirable that would be. But ultimately, you'd need to implement this yourself.