What You Can Track
Navigate to Dashboard > Apps > [your-app] > Events to see the timeline. You can search, filter by event category (runner, deployment, config), and set a date range. App Events tracks three categories of activity: Runner events show the lifecycle of individual runners: when they were scheduled, when they started pulling your image, whensetup() ran, and when they became ready or failed. Failure events include the stage that failed (SETUP, DOCKER_PULL, etc.), so you can quickly tell whether the problem is your image, your setup code, or infrastructure.
Deployment events track when deployments start, succeed, or fail. Use these to correlate performance changes with deploys. If latency spiked right after a deploy, you know where to look.
Config change events record who changed what, with a diff of old vs new values. This is the audit trail for scaling parameter changes, machine type updates, and auth mode switches.
API Access
Query events programmatically:Parameters
| Parameter | Description |
|---|---|
since | Start time (ISO 8601) |
until | End time (ISO 8601) |
categories | Filter by event type (e.g., runner_started, config_changed) |
page | Page number |
size | Events per page |