File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1335,6 +1335,11 @@ You can also enable or disable free monitoring at startup using either:
1335
1335
1336
1336
- the command-line option ``--enableFreeMonitoring``
1337
1337
1338
+ .. note::
1339
+
1340
+ Starting in MongoDB 7.0, :ref:`free monitoring
1341
+ <free-monitoring-mongodb>` is decommissioned.
1342
+
1338
1343
View Status
1339
1344
~~~~~~~~~~~
1340
1345
Original file line number Diff line number Diff line change @@ -43,6 +43,19 @@ Deprecations
43
43
44
44
- *Deprecated in version 7.0.*
45
45
46
+ Free Monitoring Decommissioned
47
+ ------------------------------
48
+
49
+ Starting in MongoDB 7.0, :ref:`free monitoring
50
+ <free-monitoring-mongodb>` is decommissioned. The following aren't
51
+ available:
52
+
53
+ - ``cloud.monitoring.free`` configuration option
54
+ - ``--enableFreeMonitoring`` server parameter
55
+ - ``db.enableFreeMonitoring()`` command
56
+ - ``db.disableFreeMonitoring()`` command
57
+ - ``setFreeMonitoring`` command
58
+
46
59
Queryable Encryption General Availability
47
60
-----------------------------------------
48
61
You can’t perform that action at this time.
0 commit comments