dcu / mongodb_exporter

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

Add replsetConf metrics #87

Closed jacksontj closed 6 years ago

jacksontj commented 6 years ago

We already pull the replsetStatus metrics, but things such as priority, hidden, and votes are in the conf. This exposes them. For now the tags mimic what is in mongo (so they match the docs) -- sadly this does mean that the tags don't match what the other replset metrics have (set -> id, etc.)

jacksontj commented 6 years ago

cc @dcu