Skip to content

Commit 822af37

Browse files
authored
DOCSP 31910 removing free monitoring references (#4990) (#5075)
* 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 d03a0b7 commit 822af37

File tree

7 files changed

+8
-104
lines changed

7 files changed

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

318317
- .. hlist::
@@ -434,7 +433,6 @@ Cluster Administration Roles
434433
.. hlist::
435434
:columns: 2
436435

437-
- :authaction:`checkFreeMonitoringStatus`
438436
- :authaction:`connPoolStats`
439437
- :authaction:`getCmdLineOpts`
440438
- :authaction:`getDefaultRWConcern` (New in version 4.4)
@@ -450,7 +448,6 @@ Cluster Administration Roles
450448
- :authaction:`replSetGetConfig`
451449
- :authaction:`replSetGetStatus`
452450
- :authaction:`serverStatus`
453-
- :authaction:`setFreeMonitoring`
454451
- :authaction:`shardingState`
455452
- :authaction:`top`
456453

source/reference/command/serverStatus.txt

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

827827
.. versionadded:: 4.2
828828

829-
.. _server-status-freeMonitoring:
830-
831-
freeMonitoring
832-
~~~~~~~~~~~~~~
833-
834-
.. code-block:: javascript
835-
836-
"freeMonitoring" : {
837-
"state" : <string>,
838-
"retryIntervalSecs" : <NumberLong>,
839-
"lastRunTime" : <string>,
840-
"registerErrors" : <NumberLong>,
841-
"metricsErrors" : <NumberLong>
842-
},
843-
844-
.. serverstatus:: freeMonitoring
845-
846-
A document that reports on the :doc:`free Cloud monitoring
847-
</administration/free-monitoring>`.
848-
849-
.. serverstatus:: freeMonitoring.state
850-
851-
The enablement state of free monitoring. The values can be one of
852-
the following:
853-
854-
- "enabled"
855-
856-
- "disabled"
857-
858-
- "pending" if the enable free monitoring encountered a registeration error.
859-
860-
.. serverstatus:: freeMonitoring.retryIntervalSecs
861-
862-
The frequency, in seconds, at which data is uploaded.
863-
864-
.. serverstatus:: freeMonitoring.lastRunTime
865-
866-
The date and time of the last run of the metrics upload.
867-
868-
.. serverstatus:: freeMonitoring.registerErrors
869-
870-
The number of registration errors, incremented on unexpected HTTP
871-
status or network errors.
872-
873-
.. serverstatus:: freeMonitoring.metricsErrors
874-
875-
The number of errors encountered when uploading metrics.
876-
877829
.. _globalLock:
878830
.. _globallock:
879831
.. _global-lock:

source/reference/configuration-options.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -751,21 +751,6 @@ Core Options
751751

752752
.. include:: /includes/warning-timeZoneInfo.rst
753753

754-
.. _free-monitoring-configuration-options:
755-
756-
``cloud`` Options
757-
~~~~~~~~~~~~~~~~~
758-
759-
.. versionadded:: 4.0
760-
761-
.. code-block:: yaml
762-
763-
cloud:
764-
monitoring:
765-
free:
766-
state: <string>
767-
tags: <string>
768-
769754
``net`` Options
770755
~~~~~~~~~~~~~~~
771756

source/reference/privilege-actions.txt

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

735735
:authaction:`impersonate`
736736

737-
Free Monitoring Actions
738-
-----------------------
739-
740-
.. authaction:: checkFreeMonitoringStatus
741-
742-
User with this action on the ``cluster`` resource can check the
743-
status of :doc:`/administration/free-monitoring`.
744-
745-
.. versionadded:: 4.0
746-
747-
.. authaction:: setFreeMonitoring
748-
749-
User with this action on the ``cluster`` resource can enable or
750-
disable :doc:`/administration/free-monitoring`.
751-
752-
.. versionadded:: 4.0
753-
754737
Diagnostic Actions
755738
------------------
756739

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)