Skip to content

Commit 1e177fa

Browse files
authored
DOCSP 31910 removing free monitoring references (#4990) (#5070)
* DOCSP-31910 removing TOC free monitoring * DOCSP-31910 removing free monitoring references * DOCSP-31910 removing free monitoring references * DOCSP-31910 removing free monitoring references * DOCSP-31910 adding decomission warning to release notes
1 parent 35fe926 commit 1e177fa

File tree

7 files changed

+7
-108
lines changed

7 files changed

+7
-108
lines changed

source/administration/monitoring.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,3 @@ take to detect an unresponsive filesystem and terminate is nearly *twice* the
517517
value of :parameter:`watchdogPeriodSeconds`.
518518

519519

520-
.. toctree::
521-
:titlesonly:
522-
:hidden:
523-
524-
/administration/free-monitoring

source/faq/diagnostics.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,6 @@ log.
134134
What tools are available for monitoring MongoDB?
135135
------------------------------------------------
136136

137-
Starting in version 4.0, MongoDB offers :doc:`free Cloud monitoring
138-
</administration/free-monitoring>` for standalones and replica sets.
139-
Free monitoring provides information about your deployment, including:
140-
141-
- Operation Execution Times
142-
143-
- Memory Usage
144-
145-
- CPU Usage
146-
147-
- Operation Counts
148-
149-
For more information, see :doc:`/administration/free-monitoring`.
150-
151137
.. include:: /includes/replacement-mms.rst
152138

153139
The |mms-home| and

source/reference/built-in-roles.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ Cluster Administration Roles
326326
- :authaction:`resync`
327327
- :authaction:`setDefaultRWConcern` (New in version 4.4)
328328
- :authaction:`setFeatureCompatibilityVersion`
329-
- :authaction:`setFreeMonitoring`
330329

331330
* - *All* :ref:`databases <resource-specific-db>`
332331

@@ -452,7 +451,6 @@ Cluster Administration Roles
452451
.. hlist::
453452
:columns: 2
454453

455-
- :authaction:`checkFreeMonitoringStatus`
456454
- :authaction:`connPoolStats`
457455
- :authaction:`getCmdLineOpts`
458456
- :authaction:`getDefaultRWConcern` (New in version 4.4)
@@ -468,7 +466,6 @@ Cluster Administration Roles
468466
- :authaction:`replSetGetConfig`
469467
- :authaction:`replSetGetStatus`
470468
- :authaction:`serverStatus`
471-
- :authaction:`setFreeMonitoring`
472469
- :authaction:`shardingState`
473470
- :authaction:`top`
474471

source/reference/command/serverStatus.txt

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -876,54 +876,6 @@ flowControl
876876

877877
.. versionadded:: 4.2
878878

879-
.. _server-status-freeMonitoring:
880-
881-
freeMonitoring
882-
~~~~~~~~~~~~~~
883-
884-
.. code-block:: javascript
885-
886-
freeMonitoring : {
887-
state : <string>,
888-
retryIntervalSecs : Long("<num>"),
889-
lastRunTime : <string>,
890-
registerErrors : Long("<num>"),
891-
metricsErrors : Long("<num>")
892-
},
893-
894-
.. serverstatus:: freeMonitoring
895-
896-
A document that reports on the :doc:`free Cloud monitoring
897-
</administration/free-monitoring>`.
898-
899-
.. serverstatus:: freeMonitoring.state
900-
901-
The enablement state of free monitoring. The values can be one of
902-
the following:
903-
904-
- 'enabled'
905-
906-
- 'disabled'
907-
908-
- 'pending' if enabling free monitoring encountered a registration error.
909-
910-
.. serverstatus:: freeMonitoring.retryIntervalSecs
911-
912-
The frequency, in seconds, at which data is uploaded.
913-
914-
.. serverstatus:: freeMonitoring.lastRunTime
915-
916-
The date and time of the last run of the metrics upload.
917-
918-
.. serverstatus:: freeMonitoring.registerErrors
919-
920-
The number of registration errors, incremented on unexpected HTTP
921-
status or network errors.
922-
923-
.. serverstatus:: freeMonitoring.metricsErrors
924-
925-
The number of errors encountered when uploading metrics.
926-
927879
.. _globalLock:
928880
.. _globallock:
929881
.. _global-lock:

source/reference/configuration-options.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -945,22 +945,6 @@ Core Options
945945

946946
.. include:: /includes/warning-timeZoneInfo.rst
947947

948-
949-
.. _free-monitoring-configuration-options:
950-
951-
``cloud`` Options
952-
~~~~~~~~~~~~~~~~~
953-
954-
.. versionadded:: 4.0
955-
956-
.. code-block:: yaml
957-
958-
cloud:
959-
monitoring:
960-
free:
961-
state: <string>
962-
tags: <string>
963-
964948
``net`` Options
965949
~~~~~~~~~~~~~~~
966950

source/reference/privilege-actions.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -779,23 +779,6 @@ for deployments hosted on :atlas:`MongoDB Atlas </>`.
779779
User can run the :dbcommand:`updateSearchIndex` database command.
780780
Apply this action to the database or collection resource.
781781

782-
Free Monitoring Actions
783-
-----------------------
784-
785-
.. authaction:: checkFreeMonitoringStatus
786-
787-
User with this action on the ``cluster`` resource can check the
788-
status of :ref:`free-monitoring-mongodb`.
789-
790-
.. versionadded:: 4.0
791-
792-
.. authaction:: setFreeMonitoring
793-
794-
User with this action on the ``cluster`` resource can enable or
795-
disable :ref:`free-monitoring-mongodb`.
796-
797-
.. versionadded:: 4.0
798-
799782
Diagnostic Actions
800783
------------------
801784

source/release-notes/4.0.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,9 +1054,9 @@ To support :ref:`free Cloud monitoring <4.0-free-monitoring>`, MongoDB
10541054
adds the following privilege actions available for the ``cluster``
10551055
resource:
10561056

1057-
- :authaction:`checkFreeMonitoringStatus`
1057+
- ``checkFreeMonitoringStatus``
10581058

1059-
- :authaction:`setFreeMonitoring`
1059+
- ``setFreeMonitoring``
10601060

10611061
MongoDB modifies the :authrole:`clusterMonitor` role to include these
10621062
privileges.
@@ -1298,6 +1298,8 @@ MongoDB 4.0 introduces new hex-encoded string :doc:`change streams
12981298
Free Monitoring
12991299
---------------
13001300

1301+
.. include:: /includes/fact-free-monitoring-deprecation-warning.rst
1302+
13011303
MongoDB 4.0 (Community Edition) offers :doc:`free Cloud monitoring
13021304
</administration/free-monitoring>` for standalone or replica sets.
13031305

@@ -1345,17 +1347,17 @@ following command and shell helper:
13451347

13461348
The :dbcommand:`serverStatus` and the helper
13471349
:method:`db.serverStatus()` also includes free monitoring statistics
1348-
in the :serverstatus:`freeMonitoring` field.
1350+
in the ``freeMonitoring`` field.
13491351

13501352
Access Control
13511353
~~~~~~~~~~~~~~
13521354

13531355
To support free Cloud monitoring, MongoDB adds the following privilege
13541356
actions available for the ``cluster`` resource:
13551357

1356-
- :authaction:`checkFreeMonitoringStatus`
1358+
- ``checkFreeMonitoringStatus``
13571359

1358-
- :authaction:`setFreeMonitoring`
1360+
- ``setFreeMonitoring``
13591361

13601362
The built-in role :authrole:`clusterMonitor` includes the new privilege
13611363
actions.

0 commit comments

Comments
 (0)