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

All 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

Stop scamming your users

How about you stop scamming your users with deceptive instruction on your download pages.
Guest almost 2 years ago in Atlas 0 Submitted

More Granular Node Read Preference Tags

I would like the ability to set tags on individual nodes so that I can change the read preference with more granularity. Mongo supports these tags on non-Atlas deployments: https://www.mongodb.com/docs/manual/core/read-preference-tags/#std-label...
Guest almost 2 years ago in Atlas 0 Submitted

Vanity URLs for projects and clusters

Right now URLs for mongodb clusters are generatd by MongopDB. For the clusters I create it would be much easier to remember and distribute if I could create a canonical name per project and have each cluster member have its named assigned by the c...
Guest almost 6 years ago in Atlas 0 Submitted

Add an option for a "moving averages" trendline to scatter splots

I have data that doesn't follow a linear or polynominal shape and is more cyclical. I'd like to have another trend line type called "moving average" that plots the average of a window of data.
Guest almost 4 years ago in Charts 0 Submitted

Make Real Time Performance Panel, Data Explorer and Performance Advisor and Profiler GDPR compliant

As the data used for Real Time Performance Panel, Data Explorer and Performance Advisor and Profiler are processed/routed in/over the USA european customers that need to be GDPR compliant can't activate those three options. Unfortunately these thr...
Guest almost 4 years ago in Atlas 0 Submitted

Mongo to recognize arrays during import

Mongo is unable to recognize arrays, even from it's own exported documents that are manually formatted as arrays. The options available are not compatible with complicated datasets with more than one column that contain arrays. This should be stan...
Guest almost 4 years ago in Compass & Data Explorer 1 Submitted

Kafka Sink Connector ObjectId Support

The sink connector should support ObjectIds for the document.id.strategy. In other words, if a ObjectId hex string is provided for _id, the sink connector should be able to convert this to an ObjectId. I've scoured the documentation and the rest o...
Guest almost 2 years ago in Kafka Connector 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 almost 2 years ago in Under Review 0 Submitted

Allow service spec changes via MongoDBCommunity CR

I aim to include extra sidecar containers, such as a metrics sidecar, allowing me to deploy an external metrics exporter alongside that would be scraped via service. I intend to configure annotations on the service for Prometheus automatic discove...
Guest almost 2 years ago in Kubernetes 0 Submitted