Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 574 Bytes

observability.md

File metadata and controls

21 lines (14 loc) · 574 Bytes

Observability

NOTE: Monitoring isn't Observability

Fault Detection

  • How do you know if your system stops serving?
  • How do you know if your system stops meeting it's external SLA?
  • How do you know if your system is serving corrupt or inaccurate data?

Monitoring

  • How are you currently monitoring the application?
  • How do you know if it goes down?
  • What alerts do you currently receive?

Logging

  • How are logs collected?
  • How are logs aggregated?
  • Are all logs send to standard out?