Geoff Cox
Geoff Cox
Thanks, @robertgartman! Yeah, I completely agree that those areas should be made configurable. Any chance you want to submit a PR and I'll code review it?
Hey Benny, the problem is that the demo uses a couchdb endpoint (iris couch) that is no longer working Also, I no longer support this project On Sun, Jan 19,...
Could this be improved by hosting app as CouchApp on Iris Couch servers? This would avoid having to use CORS, and cut down on half of the http requests: http://pouchdb.com/2014/08/29/pouchdb-3.0.3.html
If I understand your idea correctly, I think you would indeed need design documents that are replicated between different couchdb instances. Unless I am mistaken, you'd want to read/write the...
This appears to be causing problems for me as well
Hey @jerosa. Sorry, I don't really have time to maintain this project these days. If you'd like to submit some PRs to make any necessary changes, I'd be happy to...
Can this be achieved just by creating views and then having the exporter call the view with a limit=1? This way, exporters for different monitoring backends could be written without...
I need to think about this a little more, but so I understand this a bit better, would adding support for sift give you what you need? Structurally speaking, this...
Your idea of having a config per DB sounds cool, but I think it could lead to problems where an on_change doesn't fire because the user doesn't expect to have...
I guess I need to be a little clearer about my concern with #1. The issue I see is not from an implementation standpoint as I think it will work...