Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 921 Bytes

Black Box Monitoring.md

File metadata and controls

19 lines (13 loc) · 921 Bytes
title notetype date
Black Box Monitoring
feed
28-05-2022

Black Box Monitoring is when we look at our system from the perspective of our users – without knowing anything about its internal state.

Since Black Box Monitoring is looking at customer experience, it can show us any currently active problems (e.g., high error rate, slow response times), but it's fairly useless at predicting the soon-to-happen problems – for this we need to use [[White Box Monitoring]].

For [[Alerting]], Black Box Monitoring has a key benefit of being able to warn us only when an issue is contributing to the real symptoms ([[Symptom Based Monitoring]]).


Status: #💡

References:

  • [[Book - Site Reliability Engineering]] (Source)
  • [[Video - Practices for Creating Effective Customer SLOs]] (Source)