@@ -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:
0 commit comments