Skip to content

Commit 3b84023

Browse files
authored
DOCSP 31910 removing free monitoring references (#4990) (#5071)
* 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 ac5b5b9 commit 3b84023

File tree

7 files changed

+7
-104
lines changed

7 files changed

+7
-104
lines changed

source/administration/monitoring.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ value of :parameter:`watchdogPeriodSeconds`.
515515
:titlesonly:
516516
:hidden:
517517

518-
/administration/free-monitoring
519518
/tutorial/monitor-with-snmp
520519
/tutorial/monitor-with-snmp-on-windows
521520
/tutorial/troubleshoot-snmp

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
@@ -314,7 +314,6 @@ Cluster Administration Roles
314314
- :authaction:`resync`
315315
- :authaction:`setDefaultRWConcern` (New in version 4.4)
316316
- :authaction:`setFeatureCompatibilityVersion`
317-
- :authaction:`setFreeMonitoring`
318317

319318
* - *All* :ref:`databases <resource-specific-db>`
320319

@@ -437,7 +436,6 @@ Cluster Administration Roles
437436
.. hlist::
438437
:columns: 2
439438

440-
- :authaction:`checkFreeMonitoringStatus`
441439
- :authaction:`connPoolStats`
442440
- :authaction:`getCmdLineOpts`
443441
- :authaction:`getDefaultRWConcern` (New in version 4.4)
@@ -453,7 +451,6 @@ Cluster Administration Roles
453451
- :authaction:`replSetGetConfig`
454452
- :authaction:`replSetGetStatus`
455453
- :authaction:`serverStatus`
456-
- :authaction:`setFreeMonitoring`
457454
- :authaction:`shardingState`
458455
- :authaction:`top`
459456

source/reference/command/serverStatus.txt

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

868868
.. versionadded:: 4.2
869869

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

source/reference/configuration-options.txt

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

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

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

source/reference/privilege-actions.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -747,23 +747,6 @@ Session Actions
747747

748748
:authaction:`impersonate`
749749

750-
Free Monitoring Actions
751-
-----------------------
752-
753-
.. authaction:: checkFreeMonitoringStatus
754-
755-
User with this action on the ``cluster`` resource can check the
756-
status of :doc:`/administration/free-monitoring`.
757-
758-
.. versionadded:: 4.0
759-
760-
.. authaction:: setFreeMonitoring
761-
762-
User with this action on the ``cluster`` resource can enable or
763-
disable :doc:`/administration/free-monitoring`.
764-
765-
.. versionadded:: 4.0
766-
767750
Diagnostic Actions
768751
------------------
769752

source/release-notes/4.0.txt

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

1055-
- :authaction:`checkFreeMonitoringStatus`
1055+
- ``checkFreeMonitoringStatus``
10561056

1057-
- :authaction:`setFreeMonitoring`
1057+
- ``setFreeMonitoring``
10581058

10591059
MongoDB modifies the :authrole:`clusterMonitor` role to include these
10601060
privileges.
@@ -1296,6 +1296,8 @@ MongoDB 4.0 introduces new hex-encoded string :doc:`change streams
12961296
Free Monitoring
12971297
---------------
12981298

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

@@ -1343,17 +1345,17 @@ following command and shell helper:
13431345

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

13481350
Access Control
13491351
~~~~~~~~~~~~~~
13501352

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

1354-
- :authaction:`checkFreeMonitoringStatus`
1356+
- ``checkFreeMonitoringStatus``
13551357

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

13581360
The built-in role :authrole:`clusterMonitor` includes the new privilege
13591361
actions.

0 commit comments

Comments
 (0)