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 @@ -1328,6 +1328,11 @@ You can also enable or disable free monitoring at startup using either:
1328
1328
1329
1329
- the command-line option ``--enableFreeMonitoring``
1330
1330
1331
+ .. note::
1332
+
1333
+ Starting in MongoDB 7.0, :ref:`free monitoring
1334
+ <free-monitoring-mongodb>` is decommissioned.
1335
+
1331
1336
View Status
1332
1337
~~~~~~~~~~~
1333
1338
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