dcu / mongodb_exporter

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

Compatibility with latest prometheus client #53

Open eyj opened 7 years ago

eyj commented 7 years ago

Unfortunately the latest client does not allow one to set counters to specific values anymore, which breaks mongodb_exporter. There are two different branches around, one trying to solve the problem with Reset()s and recreating counters, the other vendors the old client.

It would be nice to get at least one of the approaches merged, so that other features can be developed/updated in the respective way.

mhindery commented 7 years ago

See for a version which works with the latest client https://github.com/Percona-Lab/prometheus_mongodb_exporter/pull/38