Open gesellix opened 8 years ago
Progress so far:
/_stats
/_active_tasks
/<db>
/_scheduler/jobs
(#34)/_scheduler/docs
/_system
(#37)Hey @uschtwill would you be interested in testing the new metrics? I added _active_tasks
and detailed database disk stats (by adding --databases=db-1,db-2
parameter). Your feedback would be appreciated! :-)
Hey @gesellix, I'd love to. But I have to warn you, I am currently up to my nose with work, so it might be a while before I get around to trying it.
@uschtwill Sounds good! Feedback at any time is better than no feedback ;-)
See also _system
: https://couchdb.readthedocs.io/en/latest/api/server/common.html#node-node-name-system. The most obviously important of those metrics are already in _stats
, but the message_queues
counts can occasionally be interesting for guessing at bottlenecks.
_stats
endpoint, but there's more: see http://gws.github.io/munin-plugin-couchdb/guide-to-couchdb-monitoring.html for a nice overview and https://github.com/gws/munin-plugin-couchdb for a reference implementation./_up
endpoint available: http://docs.couchdb.org/en/2.0.0/whatsnew/2.0.html