Skip to content

Commit 25f1439

Browse files
authored
DOCSP 31910 removing free monitoring references (#4990) (#5072)
* 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 16b26c7 commit 25f1439

File tree

7 files changed

+8
-105
lines changed

7 files changed

+8
-105
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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ Cluster Administration Roles
312312
- :authaction:`resync`
313313
- :authaction:`setDefaultRWConcern` (New in version 4.4)
314314
- :authaction:`setFeatureCompatibilityVersion`
315-
- :authaction:`setFreeMonitoring`
316-
315+
317316
* - *All* :ref:`databases <resource-specific-db>`
318317

319318
- .. hlist::
@@ -435,7 +434,6 @@ Cluster Administration Roles
435434
.. hlist::
436435
:columns: 2
437436

438-
- :authaction:`checkFreeMonitoringStatus`
439437
- :authaction:`connPoolStats`
440438
- :authaction:`getCmdLineOpts`
441439
- :authaction:`getDefaultRWConcern` (New in version 4.4)
@@ -451,7 +449,6 @@ Cluster Administration Roles
451449
- :authaction:`replSetGetConfig`
452450
- :authaction:`replSetGetStatus`
453451
- :authaction:`serverStatus`
454-
- :authaction:`setFreeMonitoring`
455452
- :authaction:`shardingState`
456453
- :authaction:`top`
457454

source/reference/command/serverStatus.txt

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

842842
.. versionadded:: 4.2
843843

844-
.. _server-status-freeMonitoring:
845-
846-
freeMonitoring
847-
~~~~~~~~~~~~~~
848-
849-
.. code-block:: javascript
850-
851-
freeMonitoring : {
852-
state : <string>,
853-
retryIntervalSecs : Long("<num>"),
854-
lastRunTime : <string>,
855-
registerErrors : Long("<num>"),
856-
metricsErrors : Long("<num>")
857-
},
858-
859-
.. serverstatus:: freeMonitoring
860-
861-
A document that reports on the :doc:`free Cloud monitoring
862-
</administration/free-monitoring>`.
863-
864-
.. serverstatus:: freeMonitoring.state
865-
866-
The enablement state of free monitoring. The values can be one of
867-
the following:
868-
869-
- 'enabled'
870-
871-
- 'disabled'
872-
873-
- 'pending' if enabling free monitoring encountered a registration error.
874-
875-
.. serverstatus:: freeMonitoring.retryIntervalSecs
876-
877-
The frequency, in seconds, at which data is uploaded.
878-
879-
.. serverstatus:: freeMonitoring.lastRunTime
880-
881-
The date and time of the last run of the metrics upload.
882-
883-
.. serverstatus:: freeMonitoring.registerErrors
884-
885-
The number of registration errors, incremented on unexpected HTTP
886-
status or network errors.
887-
888-
.. serverstatus:: freeMonitoring.metricsErrors
889-
890-
The number of errors encountered when uploading metrics.
891-
892844
.. _globalLock:
893845
.. _globallock:
894846
.. _global-lock:

source/reference/configuration-options.txt

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

745745
.. include:: /includes/warning-timeZoneInfo.rst
746746

747-
748-
.. _free-monitoring-configuration-options:
749-
750-
``cloud`` Options
751-
~~~~~~~~~~~~~~~~~
752-
753-
.. versionadded:: 4.0
754-
755-
.. code-block:: yaml
756-
757-
cloud:
758-
monitoring:
759-
free:
760-
state: <string>
761-
tags: <string>
762-
763747
``net`` Options
764748
~~~~~~~~~~~~~~~
765749

source/reference/privilege-actions.txt

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

739739
:authaction:`impersonate`
740740

741-
Free Monitoring Actions
742-
-----------------------
743-
744-
.. authaction:: checkFreeMonitoringStatus
745-
746-
User with this action on the ``cluster`` resource can check the
747-
status of :doc:`/administration/free-monitoring`.
748-
749-
.. versionadded:: 4.0
750-
751-
.. authaction:: setFreeMonitoring
752-
753-
User with this action on the ``cluster`` resource can enable or
754-
disable :doc:`/administration/free-monitoring`.
755-
756-
.. versionadded:: 4.0
757-
758741
Diagnostic Actions
759742
------------------
760743

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)