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?