Skip to content
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

Mongo integration uses deprecated collStats command #17404

Open
zoehneto opened this issue Apr 17, 2024 · 0 comments
Open

Mongo integration uses deprecated collStats command #17404

zoehneto opened this issue Apr 17, 2024 · 0 comments

Comments

@zoehneto
Copy link

When upgrading to Mongo 6.2 or later, you receive regular warnings in the Mongo log stating The collStats command is deprecated. For more information, see https://dochub.mongodb.org/core/collStats-deprecated. This is due to usages of the collStats command in the Mongo integration. The suggested replacement by Mongo (using the $collStats aggregation stage) is possible since Mongo 3.4, so shouldn't break backwards compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant