Skip to content

Overview

By the end of this act you can: deploy a service, hit a failure you didn’t write, and work backwards from the symptom to the cause using the agent. This is the integration test for everything in Acts 1 and 2.

  1. Deploy the same codebase you changed in Act 2.

  2. Hit the failure. A latent bug, one you didn’t author, surfaces only once it’s running.

  3. Troubleshoot from the symptom (a log line, a 500, a stack trace) back to the cause, using the agent.