dcu / mongodb_exporter

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

Monitor collection statistics #80

Open povesteam opened 6 years ago

povesteam commented 6 years ago

Is there a way to monitor activity on a per-collection basis?

Something like operations per second, but per collection too.

This would help to follow and investigate which collection triggers system load, or even dependencies between collections.

Thank you!