From 4c04cb353933e00814564465532e72b97064b7d2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 25 Mar 2021 16:22:23 +0100 Subject: [PATCH] Add another couple of questions to the FAQ for Monitoring & Metrics Signed-off-by: Pierre-Yves Chibon --- docs/monitoring_metrics/faq.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/monitoring_metrics/faq.rst b/docs/monitoring_metrics/faq.rst index a5a68d2..958b869 100644 --- a/docs/monitoring_metrics/faq.rst +++ b/docs/monitoring_metrics/faq.rst @@ -65,3 +65,12 @@ How can I monitor the performances of my application? Number of requests served? Number of 500 errors? Number of DB connections? +How do I ack an alert so it stops alerting? +------------------------------------------- + +How do I pre-emptively stop a check before I start working on an outage? +------------------------------------------------------------------------ + +In other words: I know that I'll cause an outage while working on , how +do I turn off the checks for this service to avoid notifying admins while I'm +working on it?