@@ -945,54 +945,6 @@ flowControl
945
945
946
946
.. versionadded:: 4.2
947
947
948
- .. _server-status-freeMonitoring:
949
-
950
- freeMonitoring
951
- ~~~~~~~~~~~~~~
952
-
953
- .. code-block:: javascript
954
-
955
- freeMonitoring : {
956
- state : <string>,
957
- retryIntervalSecs : Long("<num>"),
958
- lastRunTime : <string>,
959
- registerErrors : Long("<num>"),
960
- metricsErrors : Long("<num>")
961
- },
962
-
963
- .. serverstatus:: freeMonitoring
964
-
965
- A document that reports on the :doc:`free Cloud monitoring
966
- </administration/free-monitoring>`.
967
-
968
- .. serverstatus:: freeMonitoring.state
969
-
970
- The enablement state of free monitoring. The values can be one of
971
- the following:
972
-
973
- - 'enabled'
974
-
975
- - 'disabled'
976
-
977
- - 'pending' if enabling free monitoring encountered a registration error.
978
-
979
- .. serverstatus:: freeMonitoring.retryIntervalSecs
980
-
981
- The frequency, in seconds, at which data is uploaded.
982
-
983
- .. serverstatus:: freeMonitoring.lastRunTime
984
-
985
- The date and time of the last run of the metrics upload.
986
-
987
- .. serverstatus:: freeMonitoring.registerErrors
988
-
989
- The number of registration errors, incremented on unexpected HTTP
990
- status or network errors.
991
-
992
- .. serverstatus:: freeMonitoring.metricsErrors
993
-
994
- The number of errors encountered when uploading metrics.
995
-
996
948
.. _globalLock:
997
949
.. _globallock:
998
950
.. _global-lock:
0 commit comments