1
+ .. meta::
2
+ :robots: noindex, nosnippet
3
+
1
4
.. _free-monitoring-mongodb:
2
5
3
6
===============
@@ -12,6 +15,42 @@ Free Monitoring
12
15
:depth: 1
13
16
:class: singlecol
14
17
18
+
19
+ .. warning:: Free monitoring is deprecated
20
+
21
+ Free monitoring will be deprecated in April 2023 and decommissioned
22
+ in August 2023.
23
+
24
+ Beginning in April 2023, new users can’t enable free monitoring on
25
+ MongoDB Community instances. Deployments currently using free
26
+ monitoring can continue to access the free monitoring UI until August
27
+ 2023.
28
+
29
+ You can choose another monitoring option for your deployment:
30
+
31
+ - **Deploy a MongoDB Atlas dedicated cluster**. :ref:`Migrate your
32
+ data <live-migration>` to a :ref:`MongoDB Atlas
33
+ <atlas-getting-started>` dedicated cluster sized M10 or greater,
34
+ which includes several advanced monitoring and alerting features:
35
+
36
+ - :ref:`Query Profiler <query-profiler>`
37
+ - :ref:`Performance Advisor <performance-advisor>`
38
+ - :ref:`Real-Time Performance Panel <real-time-metrics-status-tab>`
39
+
40
+ Get $100 in Atlas credits by applying the code
41
+ ``FREE-MONITORING-100``. Limited to the first 300 users.
42
+
43
+ - **Deploy a MongoDB Atlas free cluster**. A free Atlas cluster includes
44
+ basic monitoring and alerting capabilities. After you
45
+ :atlas:`create a free cluster
46
+ </tutorial/deploy-free-tier-cluster/>`, use :binary:`mongodump` and
47
+ :binary:`mongorestore` to manually create a backup of your database
48
+ and import your data from your MongoDB Community instance.
49
+
50
+ - **Use MongoDB Cloud Manager**. The `MongoDB Cloud Manager
51
+ <https://docs.cloudmanager.mongodb.com/>`_ free tier includes basic
52
+ monitoring capabilities.
53
+
15
54
.. versionadded:: 4.0
16
55
17
56
Starting in version 4.0, MongoDB (Community Edition) offers free Cloud
0 commit comments