Provide "time since last full recovery" in fdbcli status

release-notes-700.rst: Add a note about the new metric in "Status" section.
This commit is contained in:
Sreenath Bodagala 2021-05-05 20:44:26 +00:00
parent 336a9bff66
commit 5376e4ab81
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Fixes
Status
------
* Added ``commit_batching_window_size`` to the proxy roles section of status to record statistics about commit batching window size on each proxy. `(PR #4735) <https://github.com/apple/foundationdb/pull/4735>`_
* Added ``seconds_since_fully_recovered`` to the recovery_state section of status to report the time, in seconds, since last full recovery. `(PR #4770) <https://github.com/apple/foundationdb/pull/4770>`_
Bindings
--------