Skip to content

Commit 314c38e

Browse files
authored
DOCSP 31910 removing free monitoring references (#4990)
* 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 0ed05f0 commit 314c38e

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
@@ -945,54 +945,6 @@ flowControl
945945

946946
.. versionadded:: 4.2
947947

948-
.. _server-status-freeMonitoring:
949-
950-
freeMonitoring
951-
~~~~~~~~~~~~~~
952-
953-
.. code-block:: javascript
954-
955-
freeMonitoring : {
956-
state : <string>,
957-
retryIntervalSecs : Long("<num>"),
958-
lastRunTime : <string>,
959-
registerErrors : Long("<num>"),
960-
metricsErrors : Long("<num>")
961-
},
962-
963-
.. serverstatus:: freeMonitoring
964-
965-
A document that reports on the :doc:`free Cloud monitoring
966-
</administration/free-monitoring>`.
967-
968-
.. serverstatus:: freeMonitoring.state
969-
970-
The enablement state of free monitoring. The values can be one of
971-
the following:
972-
973-
- 'enabled'
974-
975-
- 'disabled'
976-
977-
- 'pending' if enabling free monitoring encountered a registration error.
978-
979-
.. serverstatus:: freeMonitoring.retryIntervalSecs
980-
981-
The frequency, in seconds, at which data is uploaded.
982-
983-
.. serverstatus:: freeMonitoring.lastRunTime
984-
985-
The date and time of the last run of the metrics upload.
986-
987-
.. serverstatus:: freeMonitoring.registerErrors
988-
989-
The number of registration errors, incremented on unexpected HTTP
990-
status or network errors.
991-
992-
.. serverstatus:: freeMonitoring.metricsErrors
993-
994-
The number of errors encountered when uploading metrics.
995-
996948
.. _globalLock:
997949
.. _globallock:
998950
.. _global-lock:

source/reference/configuration-options.txt

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

950950
.. include:: /includes/warning-timeZoneInfo.rst
951951

952-
953-
.. _free-monitoring-configuration-options:
954-
955-
``cloud`` Options
956-
~~~~~~~~~~~~~~~~~
957-
958-
.. versionadded:: 4.0
959-
960-
.. code-block:: yaml
961-
962-
cloud:
963-
monitoring:
964-
free:
965-
state: <string>
966-
tags: <string>
967-
968952
``net`` Options
969953
~~~~~~~~~~~~~~~
970954

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)