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

Feedback

Grouped stacked bar chart

A bar chart that can be both clustered and stacked simultaneously expands substantially the analytical possibilities (as it allows the visualisation of additional fields/variables). It seems to me that such a chart cannot be generated in the curre...
Guest over 6 years ago in Charts 0 Submitted

highlight vs filter option for dashboard filters

An issue I ran into with a line chart is that you can only display so many data points before it starts showing incomplete data. I wanted to add a date range dashboard filter to the line chart but that only highlighted the data in that date range ...
Guest over 3 years ago in Charts 1 Submitted

alerts list should allow filtering by date and sort inversely by date

The 'alert list' list all alerts since the beginning of time. We can list open alerts, but we can't practically list alerts that were generated recently without going through all alerts ever produced for a project. I'd like to see what alerts were...
Guest over 3 years ago in Atlas CLI 0 Submitted

Better support for showing Kilobytes/Megabytes as values

I'm trying to plot various storage data metrics from a CI pipeline. This involves plotting quite a lot of values that are stored as "bytes". There doesn't seem to an easy way to format this data and present it nicely: - The dropdown of supported...
Guest over 3 years ago in Charts 0 Submitted

Display Atlas cluster name in command prompt, rather than internal slug

When connected to an Atlas cluster, I can see the Atlas internal hostname slug in the command prompt: Atlas atlas-l1ugii-shard-0 [secondary] database_name> It would be easier if this displayed the Atlas hostname, that matches the UI, and in...
Marie Atterbury over 3 years ago in MongoDB Shell 0 Submitted

MQL Dashboard Filter like Jira has

Right now you can only add dashboard filters about a specific field. It would be nice if you could also add an arbitrary MQL dashboard filter so a viewer familiar with mql can refine results generated in the dashboard. Potentially without access t...
Guest over 3 years ago in Charts 0 Submitted

Charts Click-event exposed in Atlas Charts UI

Use Case: Building an Extended Profiler with mongod log data. The right-click event maybe satisfactory if it is added to the expanded view, and the scatter plot point is anchored so that after you are done with the data view pop-up, you can quick...
Guest over 3 years ago in Charts 0 Submitted

support try..catch

It does not appear that mongosh supports try..catch. I put catch block around "insertOne" ``` try { db.inboxItemCounts.insertOne({ "_id": { "userId": userDoc.userId }, "fromUserSummary": [{ "userName": fromUserDoc.userName, "count": 1 }],...
Guest over 3 years ago in MongoDB Shell 2 Will Not Implement

Second number on Text -> Number

Let's say you have a list of emails from multiple mailing lists but you want to see the count of all emails and count of all distinct emails from the same KPI.
Guest about 7 years ago in Charts 0 Submitted

Allow for specifying config file path.

Currently, the config for Atlas CLI lives in a specific directory defined by the tool: https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-save-connection-settings/#std-label-config-toml-location While the config can be both set by CLI and ed...
Guest over 3 years ago in Atlas CLI 0 Future Consideration