You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: