From 733fb0e7b8eeb4634bdd4c087f8aa0b543c9a8f1 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Thu, 18 Mar 2021 15:11:56 +0100 Subject: [PATCH] Trivial fixes in grafana-guide doc. Change-Id: Ie888e84a3b6e27afc23f89f643fdaa58880aae6d --- .../reference/logging-and-monitoring/grafana-guide.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/reference/logging-and-monitoring/grafana-guide.rst b/doc/source/reference/logging-and-monitoring/grafana-guide.rst index a60536c6a6..b0edd11bd8 100644 --- a/doc/source/reference/logging-and-monitoring/grafana-guide.rst +++ b/doc/source/reference/logging-and-monitoring/grafana-guide.rst @@ -22,18 +22,18 @@ and change the following: enable_grafana: "yes" -If you would like to set up Prometheus as a data source additionally set: +If you would like to set up Prometheus as a data source, additionally set: .. code-block:: yaml enable_prometheus: "yes" -Please follow :doc:`Prometheus Guide ` for more information +Please follow :doc:`Prometheus Guide ` for more information. -Custom Dashboards Provisioning +Custom dashboards provisioning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Kolla Ansible sets Custom Dashboards Provisioning using `Dashboard provider `_. +Kolla Ansible sets custom dashboards provisioning using `Dashboard provider `_. Dashboard's JSON files should be placed into ``{{ node_custom_config }}/grafana/dashboards/`` folder. @@ -42,5 +42,5 @@ Dashboards will be imported to Grafana dashboards General Folder. Grafana provisioner config can be altered by placing ``provisioning.yaml`` to ``{{ node_custom_config }}/grafana/`` folder. -For other settings follow configuration reference: +For other settings, follow configuration reference: `Dashboard provider configuration `_.