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

Showing 4034 of 4034

Query delimiter lines in playgrounds

Much like the REST Client extension allows you to add delimiters (in their case three or more #) between requests, it would be good if this extension offered something similar so that you can easily run individual queries or sets of queries in fil...
Guest over 3 years ago in IDEs 0 Submitted

prometh

Hi MongoDB Team, We are using grafana and instana SRE tools for application monitoring. But MongoDB did not exposing the basic statistics like Total number of records and record insertion / updation / selection rates (over a sepcific period of t...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 1 Submitted

Basic operational metrix support with instana and grafana

Hi MongoDB Team, We are using grafana and instana SRE tools for application monitoring. But MongoDB did not exposing the basic statistics like Total number of records and record insertion / updation / selection rates (over a sepcific period of t...
Guest over 3 years ago in Atlas Monitoring, Alerts & Observability 0 Submitted

upload prebuilt typescript provider for cdktf support

I am trying to add the mongodb/mongodbatlas provider to a newly created cdktf project generated in the typescript language but the installation fails as npm is unable to find a prebuilt cdktf provider for the provider
Guest over 3 years ago in Atlas 1 Submitted

Compass log as regular text

Allow option for current Compass log to be tail-ed so activity can be seen in real-time in a terminal window.
Felicia Hsieh over 3 years ago in Compass & Data Explorer 0 Submitted

Atlas Administration API: Expose more information on cluster status

We are using the Atlas Administration API in order to automate scaling a production database cluster deployment in a more fine-grained way than the existing autoscaling offer. The specific database cluster is deployed as a replica set, so there is...
Guest over 3 years ago in Atlas 0 Submitted

Raise an error when "majority" writes not possible

This topic is related to https://www.mongodb.com/docs/v6.0/tutorial/mitigate-psa-performance-issues/ in a PSA ReplicaSet configuration. When you try to execute a command with writeConcern `{w: "majority"}` in a three-member Primary-Secondary-Arbi...
Wernfried Domscheit over 3 years ago in Replication & Sharding 0 Submitted

mongodbatlas_database_connection

A resource that creates a connection for a database. ``` resource "mongodbatlas_database_connection" "connection" { database = "test" # Name of database connection_type = "Standard" # or Private Endpoint database_user = "test" # Name of DB_US...
Guest over 3 years ago in Atlas 1 Submitted

BSON::Proxy Proxy content from/to another collection

I would like a mongodb data type, called BSON::Proxy # not indexable or searchable Which would hold the value of another collection & id. IE: BSON::Proxy({database: "this_one", collection: "blobs", _id: "123"}) This would allow my code to...
Guest over 3 years ago in Data Modeling & Indexing 0 Submitted

Support creating backup db same as app db in Operator

No description provided
Guest over 3 years ago in Kubernetes 0 Will Not Implement