dcu / mongodb_exporter

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

added basic collection level metrics #60

Closed zhihuiFan closed 7 years ago

zhihuiFan commented 7 years ago

hi @dcu this pull request is for collecting collection level metrics, and it can be controlled by flag mongodb.collect.collection so that user can choose collect it or not.

btw, do you have plan to collect the collection level wiredtiger related metrics? I think it may be useful for troubleshooting if I understand wiredtiger well, but currently I am still can't understand these metrics well. so I didn't collect it right now.

thanks