IncidentFlowIncidentFlowDocs
Incident Management

Guides

Practical investigation patterns for IncidentFlow.

Guides show how to combine IncidentFlow tools during common operational workflows.

Investigate API Latency

  1. Check current incident context.
  2. Inspect Kubernetes pods and rollout status.
  3. Query Grafana metrics for latency, error rate, and saturation.
  4. Search workspace memory for similar incidents.
  5. Search public docs if setup or tool behavior is unclear.

Investigate Deployment Regressions

  1. Use Argo CD tools to find recent deployments.
  2. Compare deployment timing with alert onset.
  3. Inspect Kubernetes events and unhealthy pods.
  4. Search RCAs and postmortems for prior regressions.

Save What You Learn

When a pattern is reusable, save it with a workspace memory write tool. Prefer short, specific titles and include service, cluster, namespace, and tags when known.

On this page