Skip to content

Commit c78b040

Browse files
author
Dave Cuthbert
authored
DOCSP-31841 remove free monitoring (#281)
* DOCSP-31841 remove free monitoring * DOCSP-31841 remove free monitoring * Review feedback * Review feedback
1 parent 567a15e commit c78b040

File tree

4 files changed

+13
-70
lines changed

4 files changed

+13
-70
lines changed

source/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Release Notes
1212
:depth: 1
1313
:class: singlecol
1414

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+
1527
v1.10.3
1628
-------
1729

source/configure-mongosh.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Learn how to configure ``mongosh`` behaviors and user experience:
1818
- :ref:`mongosh-shell-settings`
1919
- :ref:`customize-the-mongosh-prompt`
2020
- :ref:`telemetry`
21-
- :ref:`free-monitoring-mongosh`
2221

2322
.. toctree::
2423
:titlesonly:
@@ -27,4 +26,4 @@ Learn how to configure ``mongosh`` behaviors and user experience:
2726
/reference/configure-shell-settings
2827
/reference/customize-prompt
2928
/telemetry
30-
/free-monitoring
29+

source/free-monitoring.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

source/reference/methods.txt

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -747,38 +747,6 @@ Database Methods
747747
- Opens a :manual:`change stream cursor </change-streams>` for a
748748
database to report on all its non-system collections.
749749

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-
782750
.. _fle-methods-mongosh:
783751

784752
Client-Side Field Level Encryption Methods

0 commit comments

Comments
 (0)