From 1f980f393ef8e074f6d315453c1285333140ce8c Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Thu, 25 Apr 2024 15:28:09 +0100 Subject: [PATCH] Small docs fixes Signed-off-by: Michel Hollands --- docs/installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 1f39125..c671725 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -131,7 +131,9 @@ ## Installing the dashboards on Grafana Cloud -For each of the dashboard files in charts/meta-monitoring/src/dashboards do the following: +Only the files for the application monitored have to be copied. When monitoring Loki import dashboard files starting with 'loki-'. + +For each of the dashboard files in charts/meta-monitoring/src/dashboards folder do the following: 1. Click on 'Dashboards' in Grafana @@ -141,8 +143,6 @@ For each of the dashboard files in charts/meta-monitoring/src/dashboards do the 1. Click 'Import' -Only the files for the application monitored have to be copied. When monitoring Loki import dashboard files starting with 'loki-'. - ## Installing the rules on Grafana Cloud 1. Select the rules files in charts/meta-monitoring/src/rules for the application to monitor. When monitoring Loki use loki-rules.yaml. @@ -155,12 +155,12 @@ Only the files for the application monitored have to be copied. When monitoring 1. Use them to load the rules using mimirtool as follows: - ``` + ``` mimirtool rules load --address= --id= --key= *.yaml ``` 1. To check the rules you have uploaded run: - ``` + ``` mimirtool rules print --address= --id= --key= ``` \ No newline at end of file