From d515dec4cff0d4d3493fda21e5776f0730655661 Mon Sep 17 00:00:00 2001 From: diego-nieto-pena Date: Fri, 8 Dec 2023 11:52:32 +0100 Subject: [PATCH] Update README.md Typo in the lab task description: "docunent" --- labs/grafana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/grafana/README.md b/labs/grafana/README.md index 3e1c491..5924133 100644 --- a/labs/grafana/README.md +++ b/labs/grafana/README.md @@ -185,7 +185,7 @@ You'll have several dashboards for your apps, showing information at different l For this lab we'll stick with instance uptime, but your job is to split the dashboard into multiple rows, one for each tier of the application: - an infrastructure row with the node exporter instance -- a web row with the docunent API instance +- a web row with the document API instance - a backend row with the processor instances Each row should have a current status table and an timeline for the instances in that tier, something like this: @@ -203,4 +203,4 @@ Cleanup by removing all containers: ``` docker rm -f $(docker ps -aq) -``` \ No newline at end of file +```