-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to Mongodb 5.x #76
Comments
The mongo agent stopped working on my nodes since I upgraded Mongo from 4.4 to 5.0:
|
Hello, thanks for raising this issue, it has been accepted and it is going to be prioritized. |
When we can expect a fix for this bug ? |
I have reproduced this issue and I think is also related to the old driver. This should be resolved when #71 is addressed. Did a quick check using the branch mentioned in #67 but that did not resolve the issue. |
Having a similar issue, when can we expect a fix for this? |
Can you please provide the info on when this can be fixed? Thanks a lot. We really need this integration works on Mongo 5.x |
The same issue. Could you please provide any ETA? |
is there a mongodb patch available to fix this ? |
Hi We plan to work on update MongoDB OHI to support v5 during FY23Q2. |
Would v5 support also include SCRAM-SHA-256 auth (which has been supported on MongoDB since 4.0) ? |
Any chance to get it soon ? |
There is a fork that's under testing. If you're game to try it out, any bug reports are more than welcome. It fixes several issues since it dumps mgo altogether and uses the official Go Mongodb driver. |
Hi The new MongoDB OHI has been released in public preview, this version will be GA during June. Some of the new features provided:
For more information check the following resources. Because it is based on Prometheus the metric names are different from our legacy OHI, check our migration guide if you need more details. |
I get following error in logs
Failed to create session: server returned error on SASL authentication step: BSON field 'saslContinue.mechanism' is an unknown field."
I think the problem is with old drivers.
The text was updated successfully, but these errors were encountered: