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

Search results

Showing 315 of 315

Alerts change from time based pattern to include actual alert in subject

So far we are receiving atlas alerts in time based manner which are difficult to undersatnd/analyze just by looking at email subject. We are expecting a model in which we want to Separate alerts for each instance instead of combining alerts on a ...
Guest almost 6 years ago in Atlas Monitoring, Alerts & Observability 2 Submitted

It would be useful to have an ability to pragmatically keep up to date with the latest prices in a RESTful fashion.

Something like /offerings/aws/compute/M10 returns: { // some metadata about this pricing api. "prices": [ { "priceId": "c800b6d9163b0db7", "region": "us-east-1", "charges": { "compute": { "price": 0.11, "interval": "hourly", "currency":...
Guest almost 6 years ago in Atlas 0 Submitted

Don't search for entire document set of a collection on a new tab by default

When I want to search for documents of a collection I select the collection on the left pane and then a new tab is opened, that shows information as seen in picture `big-collection.png`. However, the problem with this default configuration is th...
Guest almost 5 years ago in Compass & Data Explorer 1 Submitted

Resample based on zoom level for a chart

I understand why you have a limit on geo scatter (it would be nice if it is more than 1,000) but the bigger need is to return the data based on the zoom level. For example in our use case we have over 1,000,000 geo tagged points in a region. When ...
Guest over 2 years ago in Charts 0 Submitted

Allow creation of a free cluster (M0) through the API

Through the API it is possible to create several projects within an organization, and as far as I understand you offer 1 free cluster per project.... So, why not create the M0 cluster also through the API? (considering the limitation of only 1 fo...
Guest almost 5 years ago in Atlas 0 Completed

Warn when trying to apply changes that are doomed to fail

Ops Manager UI should show a warning when trying to publish changes while a node is disabled (shut down). Why ? See this example: - user publishes a change asking for node 1 to be disabled - publication is OK, node 1 is stopped by Ops Manager - u...
Guest over 1 year ago in Under Review 0 Submitted

The invoice the period should be:

Invoice period nedd to be changed as: The invoice the period should be mentioned as "August 1, 2023 – August 31, 2023" instead of " August 1,2023 -01 September 2023"
Guest over 2 years ago in Documentation 0 Future Consideration

Show specific point in time for the "Restores & Downloads" UI

Right now, if you run a point-in-time restore, the "Restore & Downloads" sub-tab on the "Backup" tab of the cluster shows the "Snapshot Completed Time" which is not the user requested "point in time" which leads to massive amounts of confusion...
Guest almost 4 years ago in Atlas 0 Submitted

Smart Index Optimization for Aggregation Queries in Compass

When building aggregation pipelines in Compass, sometimes queries can slow down if they’re missing the right indexes or opt out. 1. Creating Temporary Indexes Automatically: If the aggregation query doesn’t have an optimal index, Compass will au...
Guest over 1 year ago in Compass & Data Explorer 0 Submitted

Support expressions in $densify range bounds

The $densify aggregation pipeline stage seems unable to evaluate range bounds expressions, requiring the range bounds to be constant. See the following example (the collection testcoll contains a single documents with only the _id field): ``` s...
Guest almost 4 years ago in Querying & Aggregations 3 Submitted