@@ -876,54 +876,6 @@ flowControl
876876
877877 .. versionadded:: 4.2
878878
879- .. _server-status-freeMonitoring:
880-
881- freeMonitoring
882- ~~~~~~~~~~~~~~
883-
884- .. code-block:: javascript
885-
886- freeMonitoring : {
887- state : <string>,
888- retryIntervalSecs : Long("<num>"),
889- lastRunTime : <string>,
890- registerErrors : Long("<num>"),
891- metricsErrors : Long("<num>")
892- },
893-
894- .. serverstatus:: freeMonitoring
895-
896- A document that reports on the :doc:`free Cloud monitoring
897- </administration/free-monitoring>`.
898-
899- .. serverstatus:: freeMonitoring.state
900-
901- The enablement state of free monitoring. The values can be one of
902- the following:
903-
904- - 'enabled'
905-
906- - 'disabled'
907-
908- - 'pending' if enabling free monitoring encountered a registration error.
909-
910- .. serverstatus:: freeMonitoring.retryIntervalSecs
911-
912- The frequency, in seconds, at which data is uploaded.
913-
914- .. serverstatus:: freeMonitoring.lastRunTime
915-
916- The date and time of the last run of the metrics upload.
917-
918- .. serverstatus:: freeMonitoring.registerErrors
919-
920- The number of registration errors, incremented on unexpected HTTP
921- status or network errors.
922-
923- .. serverstatus:: freeMonitoring.metricsErrors
924-
925- The number of errors encountered when uploading metrics.
926-
927879.. _globalLock:
928880.. _globallock:
929881.. _global-lock:
0 commit comments