Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

All feedback

Showing 4031 of 4031

Please add support for auto-incrementing numeric IDs. For example, if an ID starts at 1000001, the next created record should automatically use 1000002

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. MongoDB lacks native support for auto-incrementing numeric IDs, forcing applications to use custom counter logic, which in...
Altaab Ansari 2 months ago in Performance & Optimization / Querying & Aggregations 6 Future Consideration
191 VOTE

Autoscaling with custom conditions to scale up( change 1 hour to adjustable time) or down(change fixed 24 hours to adjustable time)

Currently autoscaling is predefined with conditions like scale up: The Average CPU Utilization has exceeded 75% for the past hour. The Memory Utilization has exceeded 75% for the past hour. scale down: The average CPU Utilization and Memory Util...
Guest over 3 years ago in Atlas 9 Submitted

Metrics that can tell what identities are using each Private Endpoint in a Atlas project, and/or or what databases are being accessed through each Private Endpoint

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We need to know who is using each Private Endpoint and/or what databases are being accessed through each Private Endpoint ...
David Costa 8 days ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Kotlin driver - force the default batch size to 101 - JAVA-5700

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. MongoClient uses the number of elements requested via the first call to org.reactivestreams.Subscription.request(long) as ...
Flavio Orfano 22 days ago in Drivers (ie: Node.js, Java, .NET) 2 Future Consideration

need native mongosh availability within MongoDB Atlas

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Having mongosh available in Atlas would significantly improve productivity and operational efficiency What would you ...
Manvendra Singh 9 days ago in Compass & Data Explorer 0 Submitted

Allow multiple Slack channels to be configured for different Atlas alert types without triggering a false error message.

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. When configuring Atlas alerts to be sent via Slack, there are cases where different alert types need to be routed to diffe...
Hank Lee about 1 month ago in Atlas Monitoring, Alerts & Observability 0 Future Consideration

Please Make it easier to access Projects and a little change in UI

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Access to the projects section UI is little bit difficult for accessing some of the features. What would you like to ...
Anuj Chaudhari 2 months ago in Resource Management 2 Will Not Implement
286 VOTE

Ability to stream logs to Cloudwatch Logs/Datadog/Splunk

There's no way to stream logs from MongoDB on Atlas right now. I should be able to stream logs, either to Datadog or Cloudwatch or _something_!
Guest over 6 years ago in Atlas 54 Submitted

Enhance SAML/OIDC integration to process group memberships via the link returned by Microsoft Entra ID (Azure AD) when a user exceeds the token's group claim limit (150/200 groups).

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Users with a high number of Entra ID group memberships (currently 200+ members are experiencing issues) are unable to acce...
Lauren Eden 4 months ago in Atlas 1 Will Not Implement
243 VOTE

Option to restore one or more db from snap to cluster. Right now, it involves manual dump and restore

Currently we can only restore full cluster from backup like snap using GUI interface. If we want to restore one or more specific db, it needs manual dump and restore from backup. if we have an option to restore specific db to cluster through GUI i...
Guest almost 6 years ago in Atlas Backups 39 Started