Docs Menu

Docs HomeMongoDB Shell

Configure Free Monitoring

New in version 1.4.1.

mongosh prompts you to enable MongoDB's free monitoring service when you connect to MongoDB Community Edition cluster.

The monitoring service provides information on your deployment such as operation execution times and memory usage.

To enable free monitoring, run the following command:

db.enableFreeMonitoring()

To permanently disable this reminder, run the following command:

db.disableFreeMonitoring()

For more information on free monitoring see Free Monitoring.

←  Configure Telemetry OptionsRun Commands →
Share Feedback
© 2023 MongoDB, Inc.

About

  • Careers
  • Investor Relations
  • Legal Notices
  • Privacy Notices
  • Security Information
  • Trust Center
© 2023 MongoDB, Inc.