From 54840da845fe5677c50ae378341c96575f32fcbf Mon Sep 17 00:00:00 2001 From: Martyn Fewtrell Date: Wed, 11 Mar 2026 16:36:32 +0000 Subject: [PATCH 1/3] Duplicate heading added with emphasis in policy doc A second "Why Observability and Monitoring?" heading was inserted with "++" for emphasis in the observability_policy.md file. Capitalised the O on folder name. --- .../observability/observability_policy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/software-engineering-policies/observability/observability_policy.md b/software-engineering-policies/observability/observability_policy.md index db2b350dd..91f485642 100644 --- a/software-engineering-policies/observability/observability_policy.md +++ b/software-engineering-policies/observability/observability_policy.md @@ -5,7 +5,9 @@ ## Overview -Why Observability and Monitoring? If we don’t know how our systems are performing – how do we know they meet our needs?
+Why Observability and Monitoring? + +If we don’t know how our systems are performing – how do we know they meet our needs?
Observability monitoring provide performance monitoring of our systems so that we can detect and be informed if a service or capability is performing as expected or has become degraded.
This then allows us to take preventative and remedial action in a timely manner. A reliable and performant system gives our end-users confidence and the desire to continue using our systems, while improving our reputation.

From f8b7169321dbac48c577267e3b1b908d3d22bc91 Mon Sep 17 00:00:00 2001 From: Martyn Fewtrell Date: Wed, 11 Mar 2026 16:39:06 +0000 Subject: [PATCH 2/3] Renamed folder --- .../{observability => Observ}/observability_policy.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename software-engineering-policies/{observability => Observ}/observability_policy.md (100%) diff --git a/software-engineering-policies/observability/observability_policy.md b/software-engineering-policies/Observ/observability_policy.md similarity index 100% rename from software-engineering-policies/observability/observability_policy.md rename to software-engineering-policies/Observ/observability_policy.md From b8b2bde9f491b91ee9edcc201af3d06e6dcfd894 Mon Sep 17 00:00:00 2001 From: Martyn Fewtrell Date: Wed, 11 Mar 2026 16:40:27 +0000 Subject: [PATCH 3/3] Renamed folder --- .../{Observ => Observability}/observability_policy.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename software-engineering-policies/{Observ => Observability}/observability_policy.md (100%) diff --git a/software-engineering-policies/Observ/observability_policy.md b/software-engineering-policies/Observability/observability_policy.md similarity index 100% rename from software-engineering-policies/Observ/observability_policy.md rename to software-engineering-policies/Observability/observability_policy.md