From 42b507969bd4f32991edffee0ca690747c46dc76 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Tue, 30 Apr 2013 12:23:48 +0000 Subject: [PATCH] Monitoring design doc: better specify field names The name of the list of instances was not specified. Also, fix a line that was longer than 80 characters. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Klaus Aehlig <aehlig@google.com> --- doc/design-monitoring-agent.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/design-monitoring-agent.rst b/doc/design-monitoring-agent.rst index e21f3321b..49803b4d0 100644 --- a/doc/design-monitoring-agent.rst +++ b/doc/design-monitoring-agent.rst @@ -246,7 +246,8 @@ upon. The instance status will be on each node, for the instances it is primary for, and its ``data`` section of the report will contain a list -of instances, with at least the following fields for each instance: +of instances, named ``instances``, with at least the following fields for +each instance: ``name`` The name of the instance. @@ -269,8 +270,8 @@ of instances, with at least the following fields for each instance: ``state_reason`` The last known reason for state change of the instance, described according - to the JSON representation of a reason trail, as detailed in the :doc:`reason trail - design document <design-reason-trail>`. + to the JSON representation of a reason trail, as detailed in the :doc:`reason + trail design document <design-reason-trail>`. ``status`` It represents the status of the instance, and its format is the same as that -- GitLab