File tree Expand file tree Collapse file tree 4 files changed +13
-70
lines changed Expand file tree Collapse file tree 4 files changed +13
-70
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.0.0
16
+ ------
17
+
18
+ *Upcoming*
19
+
20
+ - Removes support for :ref:`Free Monitoring <free-monitoring-mongodb>`
21
+ helper functions:
22
+
23
+ - ``db.getFreeMonitoringStatus``
24
+ - ``db.enableFreeMonitoring``
25
+ - ``db.disableFreeMonitoring``
26
+
15
27
v1.10.3
16
28
-------
17
29
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ Learn how to configure ``mongosh`` behaviors and user experience:
18
18
- :ref:`mongosh-shell-settings`
19
19
- :ref:`customize-the-mongosh-prompt`
20
20
- :ref:`telemetry`
21
- - :ref:`free-monitoring-mongosh`
22
21
23
22
.. toctree::
24
23
:titlesonly:
@@ -27,4 +26,4 @@ Learn how to configure ``mongosh`` behaviors and user experience:
27
26
/reference/configure-shell-settings
28
27
/reference/customize-prompt
29
28
/telemetry
30
- /free-monitoring
29
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -747,38 +747,6 @@ Database Methods
747
747
- Opens a :manual:`change stream cursor </change-streams>` for a
748
748
database to report on all its non-system collections.
749
749
750
- Free Monitoring Methods
751
- -----------------------
752
-
753
- Starting in MongoDB 4.0, MongoDB (Community Edition) offers
754
- :manual:`free cloud monitoring </administration/free-monitoring/>` for
755
- standalone and replica set deployments.
756
-
757
- .. note::
758
-
759
- Free cloud monitoring is only available for MongoDB Community
760
- Edition.
761
-
762
- .. list-table::
763
- :widths: 30 70
764
- :header-rows: 1
765
-
766
- * - Method
767
-
768
- - Description
769
-
770
- * - :method:`db.disableFreeMonitoring()`
771
-
772
- - Disables free cloud monitoring for your deployment.
773
-
774
- * - :method:`db.enableFreeMonitoring()`
775
-
776
- - Enables free cloud monitoring for your deployment.
777
-
778
- * - :method:`db.getFreeMonitoringStatus()`
779
-
780
- - Returns the free cloud monitoring status for your deployment.
781
-
782
750
.. _fle-methods-mongosh:
783
751
784
752
Client-Side Field Level Encryption Methods
You can’t perform that action at this time.
0 commit comments