percona / mongodb_exporter

A Prometheus exporter for MongoDB including sharding, replication and storage engines
Apache License 2.0
1.15k stars 426 forks source link

Reconsider inclusion of opid in mongodb_currentop_query_uptime #812

Closed tregubov-av closed 5 months ago

tregubov-av commented 5 months ago

Issues: #746

This bug fix limits the value of the metric received from CurrentOP() to the specified value. This should relieve the Prometheus database of junk values.

JiriCtvrtka commented 5 months ago

@tregubov-av Thank you for your great contribution.