Skip to content

Instantly share code, notes, and snippets.

@MPriess
Last active April 27, 2026 18:55
Show Gist options
  • Select an option

  • Save MPriess/7abb7a6489f8a54db738dd45e53d6b06 to your computer and use it in GitHub Desktop.

Select an option

Save MPriess/7abb7a6489f8a54db738dd45e53d6b06 to your computer and use it in GitHub Desktop.
playbook-example

service.namespace = "security" service.name = "auth-service" service.owner = "security-team" service.criticality = "critical"

Authentication Service - Complete Outage

Symptoms

  • Users cannot log in (high error rate)
  • No users logged in the past x minutes
  • Authentication requests failing
  • Spike in support tickets

Investigation

  1. Check the logs @service.namespace=security/service.name=auth-service
  2. Check if the service is reachable for users
curl https://auth.example.com/health

Resolution

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment