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

Ability to add plain text

If you have a huge dashboard with all kind of things, but you want to group them under a title, lets say: You have 10 charts on left with aggregations from collection A and 10 charts on the right with aggregations from collection B. You can easy c...
Guest about 7 years ago in Charts 5 Submitted

allow to sort series by a field that is not in a series

We have one scenario in which we're adding a series for the purpose of using it in the 'sort by', specific example: A "Thing" goes trough "Stages" (e.g. Open Doing, Done, Closed). These Stages have a particular order. We'd like a chart of number o...
Guest over 4 years ago in Charts 2 Submitted

Data processing in the same cluster region

Currently any data visible through the Charts UI is routed through AWS US East. For customers inside the European Union it could be problematic to transfer the data to the US due to GDPR and data protection laws. Especially when dealing with sens...
Guest about 5 years ago in Charts 3 Submitted

Add setOnUpdate operator for Upsert operations

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 regularly want to upsert documents to mongo, and include a useful createdAt and updatedAt timestamp. createdAt is easy:...
WelcomeLend Operations 3 months ago in Querying & Aggregations 1 Future Consideration

Set a Custom Timezone for all Dates by Default

Since mongo by default stores the dates in UTC timezone, whenever we have to create a chart based on the time, we need to always go to the `customize` section and change the timezone. It's a repetitive process and sometimes people forget, and end ...
Guest over 5 years ago in Charts 1 Submitted

Nanosecond timestamp support

I've put this under the time series category since that's where it's most applicable, but it's really a data model / BSON issue. The topic of higher resolution timestamps have been surfaced from time to time for at least a decade (https://jira.mo...
Guest over 3 years ago in Database 1 Submitted

Make it possible to delete a database via API

It would be nice to be able to delete a database in a replica set via an API call. This would make it easier for CI/CD when deleting clients Strange thing is that I can delete a complete cluster, but more fine-grained deletion is not possible. lik...
Guest almost 4 years ago in Database 1 Submitted

fixed width font option for chart table columns

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. What would you like to see happen? Describe the desired outcome or enhancement. Why is this important to yo...
Matilda Wyman 3 months ago in Charts 0 Will Not Implement

Per-Shard Change Stream and Triggers to improve scalable/performance/resilience

In our geo-sharded cluster, we use Change Streams and Atlas Triggers. Most of our pipelines include a match for the shard key - so we can process the data in the same region where the data resides. However, due to the design of change streams wit...
Boris Figovsky 7 months ago in Database / Replication & Sharding 1 Submitted

Should be possible to configure profiling output destination

When enabling database profiling the output is sent to both the system.profile collection and system logs. Logging to a capped collection is fine but spamming the logs on disk is not good. We have a need to be able to react to changing query patt...
Guest over 2 years ago in Performance & Optimization 0 Submitted