Currently it appears the exporter will first try SCRAM-SHA-256, then SCRAM-SHA-1, which makes sense.
However as i primarily use atlas this results in us logging an auth failure first.
It's not a huge deal, but it'd be nice if i could do something like --mongodb.auth-mechanism=SCRAM-SHA-1 to remove that.
Currently it appears the exporter will first try SCRAM-SHA-256, then SCRAM-SHA-1, which makes sense. However as i primarily use atlas this results in us logging an auth failure first. It's not a huge deal, but it'd be nice if i could do something like
--mongodb.auth-mechanism=SCRAM-SHA-1
to remove that.