dcu / mongodb_exporter

MongoDB exporter for prometheus.io
MIT License
353 stars 216 forks source link

Add connection pool stats #62

Closed jacksontj closed 7 years ago

jacksontj commented 7 years ago

connpoolstats includes per-host connectoin metrics (which are helpful to see what the connection usage is on a per-host basis).

Since this is a fairly large number of metrics I've made it controlled by a flag-- and default to off (for backwards compatibility)

I've named the metrics what seems reasonable, feedback definitely welcome on those in particular :)

jacksontj commented 7 years ago

cc @dcu

jacksontj commented 7 years ago

Updated, removed the old comment (I was actually referring to the go filename-- which I had already renamed).