From 9c3bc9db7d8386e0a133aca173540d86020c218a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lai=20Wikstr=C3=B6m?= <73502398+dannolaius@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:22:21 +0200 Subject: [PATCH 1/3] Delete contributions/presentation/week7/linussve-daniellw --- .../presentation/week7/linussve-daniellw | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 contributions/presentation/week7/linussve-daniellw diff --git a/contributions/presentation/week7/linussve-daniellw b/contributions/presentation/week7/linussve-daniellw deleted file mode 100644 index 59fad7ed7..000000000 --- a/contributions/presentation/week7/linussve-daniellw +++ /dev/null @@ -1,24 +0,0 @@ -# Assignment Proposal - -## Title - -Metrics vs Logging for DevOps Monitoring (Comparing Prometheus and ELK Stack) - -## Names and KTH ID - - - Linus Svensson (linussve@kth.se) - - Daniel Lai Wikström (daniellw@kth.se) - -## Deadline - -- Week 7 - -## Category - -- Presentation - -Monitoring is critical in DevOps because it enables the developer to detect issues early, ensure system reliability and performance, as well as provide data for troubleshooting and optimisation. The two types of monitoring, metrics and logs, are both valid options, each with the possibility to be the optimal solution depending on the scenario. To know when to use what type of monitoring, is vastly beneficial for a DevOps engineer. - -**Relevance** - -In this presentation we’ll be looking at the tools Prometheus and ELK stack for monitoring. The tools represent two different approaches to observability. ELK stack analyzes log data while Prometheus looks at metrics. We’ll then be comparing the two to determine the types of situation where each tool excels. From dc4271c65a244a50699fc1f8714ea13a377d0978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lai=20Wikstr=C3=B6m?= <73502398+dannolaius@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:24:42 +0200 Subject: [PATCH 2/3] Creating README in the right directory --- .../week7/linussve-daniellw/README.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contributions/presentation/week7/linussve-daniellw/README.md diff --git a/contributions/presentation/week7/linussve-daniellw/README.md b/contributions/presentation/week7/linussve-daniellw/README.md new file mode 100644 index 000000000..59fad7ed7 --- /dev/null +++ b/contributions/presentation/week7/linussve-daniellw/README.md @@ -0,0 +1,24 @@ +# Assignment Proposal + +## Title + +Metrics vs Logging for DevOps Monitoring (Comparing Prometheus and ELK Stack) + +## Names and KTH ID + + - Linus Svensson (linussve@kth.se) + - Daniel Lai Wikström (daniellw@kth.se) + +## Deadline + +- Week 7 + +## Category + +- Presentation + +Monitoring is critical in DevOps because it enables the developer to detect issues early, ensure system reliability and performance, as well as provide data for troubleshooting and optimisation. The two types of monitoring, metrics and logs, are both valid options, each with the possibility to be the optimal solution depending on the scenario. To know when to use what type of monitoring, is vastly beneficial for a DevOps engineer. + +**Relevance** + +In this presentation we’ll be looking at the tools Prometheus and ELK stack for monitoring. The tools represent two different approaches to observability. ELK stack analyzes log data while Prometheus looks at metrics. We’ll then be comparing the two to determine the types of situation where each tool excels. From c1e1f013d4b4d9d47a0479b2d9c065c201a12a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lai=20Wikstr=C3=B6m?= <73502398+dannolaius@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:43:37 +0200 Subject: [PATCH 3/3] fix format inside readme --- contributions/presentation/week7/linussve-daniellw/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributions/presentation/week7/linussve-daniellw/README.md b/contributions/presentation/week7/linussve-daniellw/README.md index 59fad7ed7..3ee6c0379 100644 --- a/contributions/presentation/week7/linussve-daniellw/README.md +++ b/contributions/presentation/week7/linussve-daniellw/README.md @@ -17,6 +17,8 @@ Metrics vs Logging for DevOps Monitoring (Comparing Prometheus and ELK Stack) - Presentation +## Description + Monitoring is critical in DevOps because it enables the developer to detect issues early, ensure system reliability and performance, as well as provide data for troubleshooting and optimisation. The two types of monitoring, metrics and logs, are both valid options, each with the possibility to be the optimal solution depending on the scenario. To know when to use what type of monitoring, is vastly beneficial for a DevOps engineer. **Relevance**