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

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

disable auth on metrics

Opentelemtry-Collector does not support secrets for ServiceMonitor/PodMonitor resources, which generates authorization issues while trying to scrape the metrics endpoint of MongoDB. I'm looking for a way to disable the basic_auth on the metrics e...
Guest about 2 years ago in Under Review 0 Submitted

Entity Framework (Preview 2) release date

Hello, is there any ETA of PR2 (nuget)? Thank you
Guest about 2 years ago in Under Review 2 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

List shards in Deployment > Metrics' shard list in alphabetical order

List shards in Deployment > Metrics' shard list in alphabetical order in Cloud Manager UI.
Felicia Hsieh about 6 years ago in Under Review 0 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

"View Open Positions" button links broken on Careers page

Fix the anchor links to open positions as current "View Open Positions" CTA is broken Example for CTA: https://www.mongodb.com/careers/departments/engineering
Guest about 4 years ago in Under Review 0 Submitted

Combine Support Portal Mailing Lists when opening cases

Combine different Mailing Lists in the Support Portal, when opening a case. Right now you can use only one Mailing List per case. When opening cases it would be good to choose to send updates to 2 or more mailing lists depending on the audience re...
Guest about 4 years ago in Under Review 0 Submitted

Organize by Organization in support tickets.

When opening a ticket, this UI doesn't organize by Organization. It shows all the projects in one drop down. If I have two "production" projects, then I won't know which is which. The UI needs an Organization filter.
Guest over 4 years ago in Under Review 0 Submitted

Serve API endpoint for MongoDB Compatibility Matrix

This is a feature request for website API calls/endpoints to retrieve the MongoDB Compatibility matrix for each driver language. For example, NodeJS is located here in HTML format https://docs.mongodb.com/drivers/node/current/compatibility/ It wo...
Guest over 4 years ago in Drivers & Frameworks 0 Submitted