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

BsonIgnoreIfEmpty - Property Attribute

Like BsonIgnoreIfDefault and BsonIgnoreIfNull, we can add BsonIgnoreIfEmpty. It can be added on IEnumerables (which we basically know they cannot have infinite values since it is inserted to db after all..) and if the IEnumerable is empty, it wont...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Make database clusters available to Grafana as datasource

We recently were trying to use timeseries collection to report some metrics and wanted to use atlas database clusters as datasource in Grafana. There exists a payed plugin from Grafana itself which is unfortunately only usable in conjunction with ...
Guest over 3 years ago in Drivers & Frameworks 2 Will Not Implement

Allow showing Total Usage chart based on Usage Date instead of Billed Date

On the billing page (cloud.mongodb.com/v2#/org/.../billing/invoice/...) there is a “Total Usage” chart that uses the Billed Date to paint the bars. It would be great to be able to switch to the Usage Date instead. This would help me to better un...
Guest almost 2 years ago in Billing & Account Management 0 Submitted

Add support for new pagination feature

Please add support for new pagination features explained here: https://www.mongodb.com/docs/atlas/atlas-search/paginate-results/
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Allow Organizations without a Subscription to have linked organizations

Currently, to be able to link organizations to a single paying organization (ie. linked organizations), it requires an active (paid) subscription. My use-case is that we have an enterprise subscription on our production organization, but wish to h...
Michael Sew almost 2 years ago in Billing & Account Management 0 Submitted

mode of payment

Please include a column for mode of payment made in the invoice.
Guest almost 6 years ago in Billing & Account Management 0 Submitted

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

F# Driver

We would like to use MongoDB with F#. There was a brief of prototype solution archived in github but was abandoned. The project I am talking about is https://github.com/mongodb-labs/mongo-fsharp-driver-prototype/pulse This is an official request ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Create / Update LabVIEW Driver

There seem to not exist any official LabVIEW Drivers / VIs for MongoDB. There do exist some LabVIEW VIs for MongoDB that work very well based on a C# DLL: https://github.com/RBXSystems/mongo-labview-driver/tree/master/CSharp/bin. However those o...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Option to remove the old clusters from Billing overview

Have an option to remove old/deleted clusters from Billing overview > Usage By Deployment. Now only after 12 months (if not used anymore) the name will be removed from the chart.
Guest about 4 years ago in Billing & Account Management 0 Submitted