@@ -841,54 +841,6 @@ flowControl
841
841
842
842
.. versionadded:: 4.2
843
843
844
- .. _server-status-freeMonitoring:
845
-
846
- freeMonitoring
847
- ~~~~~~~~~~~~~~
848
-
849
- .. code-block:: javascript
850
-
851
- freeMonitoring : {
852
- state : <string>,
853
- retryIntervalSecs : Long("<num>"),
854
- lastRunTime : <string>,
855
- registerErrors : Long("<num>"),
856
- metricsErrors : Long("<num>")
857
- },
858
-
859
- .. serverstatus:: freeMonitoring
860
-
861
- A document that reports on the :doc:`free Cloud monitoring
862
- </administration/free-monitoring>`.
863
-
864
- .. serverstatus:: freeMonitoring.state
865
-
866
- The enablement state of free monitoring. The values can be one of
867
- the following:
868
-
869
- - 'enabled'
870
-
871
- - 'disabled'
872
-
873
- - 'pending' if enabling free monitoring encountered a registration error.
874
-
875
- .. serverstatus:: freeMonitoring.retryIntervalSecs
876
-
877
- The frequency, in seconds, at which data is uploaded.
878
-
879
- .. serverstatus:: freeMonitoring.lastRunTime
880
-
881
- The date and time of the last run of the metrics upload.
882
-
883
- .. serverstatus:: freeMonitoring.registerErrors
884
-
885
- The number of registration errors, incremented on unexpected HTTP
886
- status or network errors.
887
-
888
- .. serverstatus:: freeMonitoring.metricsErrors
889
-
890
- The number of errors encountered when uploading metrics.
891
-
892
844
.. _globalLock:
893
845
.. _globallock:
894
846
.. _global-lock:
0 commit comments