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

Table Chart > Show Totals > Show Avg > Show Max > etc....

Allow the "summary" row to show EITHER Totals, Or Average, Or MAX, OR etc.... Take a look at any Excel pivot table to see how this functionality is implemented
Guest almost 2 years ago in Charts 0 Submitted

Providing connection details with username for real time connection monitoring.

Currently, mongd.log provides connection details like remote IP, source port with authentication information but doesn't provide the connection is in active state or not. serverStatus() only provides number of current and active connections. Exam...
Guest almost 2 years ago in Database 3 Submitted

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest 11 months ago in Performance & Optimization 0 Submitted

Complete information on Review Summary

I suggest that all selected configurations and information be displayed on the ‘Review Summary’ screen before starting the migration job. For example, if the user selects the ‘Drop destination collections before migration’ and ‘Verify migrated dat...
Guest 11 months ago in Relational Migrator 0 Submitted

API for automating Manager tasks

I would love to have an API Call for automating adding users to the supportportal project. We have a big customer where new people need to be added to the supportportal constantly. We want to add them programmatically as they click on a button.
Guest over 3 years ago in Under Review 1 Submitted

Project Monitoring Admin -- Access

Hi Team, We need to give access to a particular team so they can create, edit, clone, disable, and delete the alarm for the entire organization in Alert setting only. We should not give them access other than the Alert setting. Is there any way ...
Guest over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 1 Submitted

User Limit

Hi Team, Please add a new alert for the Database User limit. Alert should be configure for desired percentage of user . For example ( 80% )
Guest 11 months ago in Atlas Monitoring, Alerts & Observability 0 Submitted

Use Semantic Versioning

Hi, My problem is that the terraform provider doesn't use semantic versioning. This has caused me quite a few problems. Firstly - it's difficult when scrolling through your version releases to understand what's breaking and what's not (I lost a...
Guest 11 months ago in Atlas 2 Planned

Prevent aggregation queries from appearing as poorly targeted queries

When looking at query targeting aggregate group queries can show up incorrectly as poorly targeted. For example if I select all documents with a given client id and group them by null and sum a field (eg revenue) then if there are 1,000,000 docume...
Guest 11 months ago in Enterprise Advanced 0 Submitted

Query comment or metadata in change stream event

Our application is using change stream events to publish changes as kafka events for our customers. Sometimes we are in need to decide if an event should be send by kafka or not. Right at the moment the only way would be to decide based on additio...
Guest almost 2 years ago in Database 0 Submitted