From 007cf9be54ba0516e30a5bf36649a92e80fa663a Mon Sep 17 00:00:00 2001 From: Diogo Melita Date: Mon, 14 Oct 2024 23:35:16 +0100 Subject: [PATCH] Executable Tutorial Submission --- contributions/executable-tutorial/diogogm-diogotc/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributions/executable-tutorial/diogogm-diogotc/README.md b/contributions/executable-tutorial/diogogm-diogotc/README.md index 49ecfb2103..f585418d9a 100644 --- a/contributions/executable-tutorial/diogogm-diogotc/README.md +++ b/contributions/executable-tutorial/diogogm-diogotc/README.md @@ -19,7 +19,9 @@ Real-Time Log Monitoring with Loki and Grafana ## Description -In this tutorial, we want to set up a real-time log monitoring solution using Loki for log aggregation and Grafana for visualization. This tutorial will teach how to install and configure Loki, integrate it with Grafana, and create dashboards to visualize logs. Additionally, we will write queries to extract insights and set up alerts based on log patterns. +In this tutorial, we want to set up a real-time log monitoring solution using Loki for log aggregation and Grafana for visualization. This tutorial will teach how to install and configure Loki, integrate it with Grafana, and create dashboards to visualize logs. Additionally, we will write queries to extract insights and set up alerts based on log patterns. + +You can find the executable tutorial in [KillerCoda](https://killercoda.com/devops-tutorial) and the source code in [GitHub](https://github.com/d-melita/devops-tutorial). **Relevance** This tutorial is relevant in the DevOps context as it enhances visibility into applications and infrastructure. By using Loki and Grafana for real-time log monitoring, teams can quickly identify issues, improve collaboration, automate responses, and support continuous improvement, all of which are essential for maintaining reliable system performance.