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