gesellix / couchdb-prometheus-exporter

CouchDB stats exporter for Prometheus
MIT License
58 stars 20 forks source link

add more metrics #2

Open gesellix opened 8 years ago

gesellix commented 8 years ago
gesellix commented 7 years ago

Progress so far:

gesellix commented 7 years ago

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! :-)

uschtwill commented 7 years ago

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.

gesellix commented 7 years ago

@uschtwill Sounds good! Feedback at any time is better than no feedback ;-)

nevans commented 6 years ago

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.