Pull rethinkdb monitoring data over HTTP

106 Views Asked by At

Is there a way to retrieve the stats from the rethinkdb monitoring tables over HTTP ? http://rethinkdb.com/blog/1.16-release/#monitoring

2

There are 2 best solutions below

0
On BEST ANSWER

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.

0
On

I believe those stats are only accessible through the query language right now.