From 8674a6c4d689b81dfea91b13dea0ca090d871e28 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Tue, 8 Jun 2021 09:01:54 -0700 Subject: [PATCH] Add a release note for PR 3759. --- documentation/sphinx/source/release-notes/release-notes-700.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/sphinx/source/release-notes/release-notes-700.rst b/documentation/sphinx/source/release-notes/release-notes-700.rst index 7907466a83..7b0a24474d 100644 --- a/documentation/sphinx/source/release-notes/release-notes-700.rst +++ b/documentation/sphinx/source/release-notes/release-notes-700.rst @@ -35,6 +35,7 @@ Status * Added ``cluster.bounce_impact`` section to status to report if there will be any extra effects when bouncing the cluster, and if so, the reason for those effects. `(PR #4770) `_ * Added ``fetched_versions`` to the storage metrics section of status to report how fast a storage server is catching up in versions. `(PR #4770) `_ * Added ``fetches_from_logs`` to the storage metrics section of status to report how frequently a storage server fetches updates from transaction logs. `(PR #4770) `_ +* Added ``seconds_since_last_recovered`` to the ``cluster.recovery_state`` section to report how long it has been since the cluster recovered to the point where it is able to accept requests. `(PR #3759) `_ Bindings --------